Skip to content

Releases: zzzprojects/Eval-Expression.NET

v5.0.10

26 Sep 16:23
Compare
Choose a tag to compare

Download the library here

  • ADDED: DisableConstantFolding to stop automatically folding constant
  • ADDED: LastCompiledExpression and LastCompiledParameterExpressions option to retrieve information about the last compiled expression.

You can find the documentation for the 3 new options here: https://eval-expression.net/options

Trial unlocked until the end of October

v5.0.9

12 Sep 18:34
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of October

v5.0.8

15 Aug 22:12
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with the method resolution logic when multiple generic methods could be considered as a BetterMember but had different number of generic parameter (#146 )
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of September

v5.0.7

11 Jul 23:31
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of August

v5.0.6

13 Jun 02:02
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of July

v5.0.5

31 May 00:00
Compare
Choose a tag to compare

Download the library here

  • ADDED: Support to Maui

Trial unlocked until the end of June

v5.0.4

16 May 21:43
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release
  • FIXED: Anonymous Type created inside an expression are now supported in SafeMode = true

Trial unlocked until the end of June

v5.0.3

17 Apr 20:22
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with SafeMode and generic type such as List<List<int>> (#143 )
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of May

v5.0.2

20 Mar 22:37
Compare
Choose a tag to compare

Download the library here

  • ADDED: RegisterUsingDirective to act with the same behavior as a using directive such as: using System.Math,
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of April

v5.0.1

21 Feb 20:18
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with multi-array declaration such as string[,] content1 = new string[2, 4];
  • FIXED: Issue when a catch block was not considered as a body expression
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of March