Skip to content

Releases: zzzprojects/Eval-Expression.NET

v4.0.23

30 Oct 15:38
b84f138
Compare
Choose a tag to compare

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

12 Oct 01:13
b84f138
Compare
Choose a tag to compare

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

07 Oct 13:04
b84f138
Compare
Choose a tag to compare

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

05 Oct 23:25
b84f138
Compare
Choose a tag to compare

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

30 Sep 20:27
b84f138
Compare
Choose a tag to compare

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

29 Sep 12:59
b84f138
Compare
Choose a tag to compare

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

24 Sep 00:08
b84f138
Compare
Choose a tag to compare

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

15 Sep 13:19
b84f138
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of October

v4.0.15

31 Aug 23:49
b84f138
Compare
Choose a tag to compare

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

25 Aug 14:51
b84f138
Compare
Choose a tag to compare

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