Skip to content

Releases: zzzprojects/Eval-Expression.NET

v6.1.1

27 Feb 19:34

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

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

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

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

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

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

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

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

v5.0.11

18 Oct 14:44

Choose a tag to compare

Download the library here

  • REMOVED: Dependencies on no longer needed NuGet package (Issue #150):
    • System.Collections.Concurrent
    • System.Collections.NonGeneric
    • System.Configuration.ConfigurationManager
    • System.Reflection.Emit
    • System.Reflection.TypeExtensions
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of November

v5.0.10

26 Sep 16:23

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