Skip to content

Releases: zzzprojects/Eval-Expression.NET

v6.1.6

03 Jun 16:38
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with the trial period (ERROR_005). Everyone with the v6.1.3, v6.1.4, and v.6.1.5 should update to the latest version (v6.1.6 or greater) to fix this error.

Trial unlocked until the end of June

v6.1.5

28 May 14:14
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with expression using parentheses and followed by a negative number such as (MethodName("xyz"))-25. Our library was not aware if the value should be cast or subtracted (more fixes to similar issues are currently ongoing)

Trial unlocked until the end of June

v6.1.4

21 May 14:34
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • FIXED: cast / parentheses causing null coalescing usage failure #157
  • FIXED: Issue with LINQ that extend an interface instead of a class
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of June

v6.1.3

30 Apr 15:07
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • FIXED: Fix issue with Compile method that uses parameter position to initialize a list such as Eval.Compile<Func<int, int, int, List<int>>>("new List<int>() { {0}, {1}, {2} };");
  • ADDED: Option ForceIncludeInstanceMethodFromParameter // click on the link for documentation & example
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of May

v6.1.2

13 Mar 01:19
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of April

v6.1.1

27 Feb 19:34
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue when using an invalid expression using a coma instead of a dot for number like 2,7 (#156)

Trial unlocked until the end of March

v6.1.0

14 Feb 01:15
Compare
Choose a tag to compare

Download the library here

  • MAJOR FIX: Improved method overload resolution for parameter with nullable type. This change affects which method is considered the better member or even throws an ambiguous method error for a method with a nullable type (as the C# compiler would do)
  • REMOVED: Unnecessary dependency for .NET 6 version:
    • Microsoft.CSharp
    • System.Reflection.Emit
    • System.Reflection.TypeExtensions
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of March

v6.0.6

16 Jan 17:51
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of February

v6.0.5

20 Dec 01:49
Compare
Choose a tag to compare

Download the library here

  • RENAMED: An internal namespace

Trial unlocked until the end of January

v6.0.4

11 Dec 22:51
Compare
Choose a tag to compare

Download the library here

  • FIXED: Fixed issues with negative - token added in v6.0.3 (#154)
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of January