Skip to content

v3.3.3 Bug-fix release

Compare
Choose a tag to compare
@dadhi dadhi released this 24 Jul 13:06
· 475 commits to master since this release

v3.3.3 Bug-fix release

  • fixed: #336 Method TryCompileBoundToFirstClosureParam is returning passed Type array to pool may cause undefined behavior
  • fixed: #337 Switch LightExpression.Expression.ToString from System.Expression.ToString pseudo-code to ToCSharpString
  • fixed: #338 InvocationExpression is not properly converted to System Expression via ToExpression for non-lambda expression
  • fixed: #341 Equality comparison between nullable and null inside Any produces incorrect compiled expression