FastExpressionCompiler

Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.

MIT License

Stars
1.1K
Committers
24

Bot releases are hidden (Show)

FastExpressionCompiler - v1.7.1

Published by dadhi over 6 years ago

Bugfix release

Fixes

  • fixed: #67 Equality comparison with nullables throws at delegate-invoke
FastExpressionCompiler - v1.7.0

Published by dadhi over 6 years ago

Minor release

Adds

  • added: #56 Add ExpressionInfo.TryCatch, Block and Throw

Fixes

  • fixed: #55 CompileFast crash with ref parameter
  • fixed: #60 Support all types and operations from System.Numerics