Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v4.0.23
Download the library here
- IMPROVED: Support to "object' resolution in a lambda expression:
var list = new List<dynamic>();
list.Add(new { PersonId = 1 });
list.Add(new { PersonId = 2 });
list.Add(new { PersonId = 3 });
int personId = 2;
var r = list.WhereDynamic(x => "x.PersonId == personId", new { personId }).ToList();
Trial unlocked until the end of November
v4.0.22
Download the library here
- UPDATED: Monthly Trial Release
- UPDATED: Extension Methods resolution has been improved to better work with Object even when the method extends a type such as int
Trial unlocked until the end of November
v4.0.21
Download the library here
- ADDED: Issues with Array Initialization #85
- ADDED: Support to EF Core
EFFunctions
methods
- IMPROVED: Property and Method resolution when an interface inheriting from another interface is used
- IMPROVED: Extension Methods resolution has been improved to better work with
Object
even when the method extends a type such as int
Trial unlocked until the end of October
v4.0.20
Download the library here
- ADDED: NullReferenceException not very descriptive when parameter is not provided #78
- IMPROVED: Property and Method resolution when an interface inheriting from another interface is used
Trial unlocked until the end of October
v4.0.19
Download the library here
- FIXED: Exception when calling ToString on enum property? #84
- ADDED: Multiple LINQ Dynamic method such as
ToListDynamic
, ToArrayDynamic
(even if no dynamic expression is required)
Trial unlocked until the end of October
v4.0.18
Download the library here
- FIXED: Creating new array inside expression string - Execute extension method #60 (zzzprojects/EntityFramework-Classic#60)
- FIXED: Properties & Fields from an interface inherited from the type interface are now taken correctly
Trial unlocked until the end of October
v4.0.17
Download the library here
- FIXED: Improved auto resolution. Properties and methods are now also mapped for additional type passed if they are distinct. Previously, we were mapping properties and method if we had one parameter only
Trial unlocked until the end of October
v4.0.16
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of October
v4.0.15
Download the library here
- FIXED: Issue that some registered configuration what shared between global and instance context
Trial unlocked until the end of September
v4.0.14
Download the library here
- FIXED: Completing the fix starting in v4.0.13 about: Issue which some complex expression was not working under x86 but have no problem with x64 system (we are still investigating similar issues).
Trial unlocked until the end of September