Sign in Sign up
nuget

ExpressionDelegates.Generation

ExpressionDelegates is a tool which generates delegates to properties, fields, methods and constructors used in linq expression trees. The purpose of this library is to compile the most common and simplest operations in expression trees during the build to avoid their slow compilation at runtime or invoсation overhead after interpretation. If your project doesn't have linq expressions to generate delegates from and you just want to use the generated delegates from other assemblies, please install `ExpressionDelegates.Base` NuGet package to avoid any code generation attempts.

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
1
Cadence
Last 12 months
0

Details

License
MIT
First release
Nov 12, 2020
Releases
Version Released
1.0.0 initial