Skip to content

Releases: zzzprojects/Eval-Expression.NET

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

v6.0.3

05 Dec 20:55
Compare
Choose a tag to compare

Download the library here

  • FIXED: Unable to cast negative number as a decimal #154

Trial unlocked until the end of December

v6.0.0

15 Nov 21:38
Compare
Choose a tag to compare

Download the library here

  • FIXED: Execute fails on equation where "MyObject.Getter < MyMethod(...)" #152
  • REMOVED: Unnecessary dependency for .NET 8 version:
    • Microsoft.CSharp
    • System.Reflection.Emit
    • System.Reflection.TypeExtensions

Trial unlocked until the end of December

v5.0.12

07 Nov 15:10
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with params when the last value is a boolean (#151)

Trial unlocked until the end of November