Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v6.1.6
v6.1.5
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
v6.1.3
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
v6.1.1
v6.1.0
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