FastExpressionCompiler 3.0.0-preview-06

FastExpressionCompiler is 10-40x times faster than Expression.Compile()

Showing the top 20 packages that depend on FastExpressionCompiler.

Packages Downloads
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
48
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
49
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
50
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
51
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
53
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
54
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
56
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
59
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
61
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
64
ExpressionToCodeLib
Generates valid, readable C# from an expression tree, and can annotate that code with runtime values. Useful for e.g. code generation and unit testing assertions.
77

## v3.0.0 - Major feature release The version contains a lot of fixes and improvements and hopefully as-little-as-possible breaking changes. ### **FastExpressionCompiler** and **FastExpressionCompiler.LightExpression** - Performance and memory consumption is improved, especially for the expressions with the closure and for expressions with the nested lambdas. - Filled the gaps in the expressions support. - Many fixes in the IL emit. - Adds `ToCSharpString()` to output the compile-able C# code described by the expression (tries hard). - Adds `ToExpressionString()` to output the valid expression construction syntax, so given an expression object you'll get e.g. `Lambda(New(...))`. - Adds optional `enum CompilerFlags { Default, NoInvocationLambdaInlining, EnableDelegateDebugInfo}` parameter for the compilation - `EnableDelegateDebugInfo` adds the diagnostic info into the compiled delegate including its source Expression and C# code. Can be used as following: ```cs var f = e.CompileFast(true, CompilerFlags.EnableDelegateDebugInfo); var di = f.Target as IDelegateDebugInfo; Assert.IsNotNull(di.Expression); Assert.IsNotNull(di.ExpressionString); Assert.IsNotNull(di.CSharpString); ``` ### **FastExpressionCompiler.LightExpression** - Now includes the `ExpressionVisitor`. - Improves the compatibility (the drop-in replacement) between `FastExpressionCompiler.LightExpression.Expression` and `System.Linq.Expression`. - Decreasing the memory consumed by the created expressions, plus implementing the `IArgumentProvider` and `IParameterProvider` for some of the expressions. ### The full list of fixes [Milestone v3.0.0](https://github.com/dadhi/FastExpressionCompiler/milestone/19)

.NET Framework 4.5

.NET Standard 2.0

Version Downloads Last updated
5.3.0 62 06/13/2025
5.2.0 41 05/15/2025
5.2.0-preview-02 49 05/01/2025
5.2.0-preview-01 39 04/27/2025
5.1.1 47 04/04/2025
5.1.0 52 04/05/2025
5.0.3 43 04/05/2025
5.0.2 50 01/29/2025
5.0.1 46 12/29/2024
5.0.0 51 12/03/2024
4.2.2 64 11/14/2024
4.2.1 57 11/28/2024
4.2.0 65 05/28/2024
4.1.0 64 05/28/2024
4.0.2 59 05/28/2024
4.0.1 62 05/28/2024
4.0.0 51 05/28/2024
3.4.0-preview-01 61 05/28/2024
3.3.4 51 05/28/2024
3.3.3 65 03/13/2024
3.3.2 55 05/28/2024
3.3.1 61 05/28/2024
3.3.0 53 05/28/2024
3.2.2 56 05/28/2024
3.2.1 55 05/28/2024
3.2.0 54 05/28/2024
3.1.0 56 05/28/2024
3.1.0-preview-03 49 05/28/2024
3.1.0-preview-02 64 05/28/2024
3.1.0-preview-01 60 05/28/2024
3.0.6-preview-01 63 05/22/2024
3.0.5 59 05/28/2024
3.0.4 43 05/28/2024
3.0.3 60 05/28/2024
3.0.2 53 05/28/2024
3.0.1 55 05/22/2024
3.0.0 51 05/28/2024
3.0.0-preview-07 48 05/28/2024
3.0.0-preview-06 63 05/28/2024
3.0.0-preview-05 60 05/28/2024
3.0.0-preview-04 56 05/28/2024
3.0.0-preview-03 51 05/28/2024
3.0.0-preview-02 59 05/28/2024
3.0.0-preview-01 56 05/28/2024
2.0.0 58 05/28/2024
2.0.0-preview-03 58 05/28/2024
2.0.0-preview-02 58 05/28/2024
2.0.0-preview-01 56 05/28/2024
1.10.1 50 05/28/2024
1.10.0 49 05/28/2024
1.9.0 64 05/22/2024
1.8.0 58 05/22/2024
1.7.2 55 05/28/2024
1.7.1 54 05/22/2024
1.7.0 57 05/28/2024
1.6.0 51 05/28/2024
1.5.0 49 12/01/2024
1.4.0 68 05/28/2024
1.3.0 53 05/28/2024
1.2.2 55 05/28/2024
1.2.1 53 05/28/2024
1.2.0 56 05/28/2024
1.1.1 53 05/22/2024
1.1.0 48 05/28/2024
1.0.1 56 05/28/2024
1.0.0 62 05/28/2024
1.0.0-preview-04 59 05/28/2024
1.0.0-preview-03 61 05/28/2024
1.0.0-preview-02 60 05/22/2024
1.0.0-preview-01 59 05/28/2024