Skip to content

Releases: zzzprojects/Eval-Expression.NET

v4.0.81

18 May 19:06

Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of June

v4.0.80

11 May 14:13

Choose a tag to compare

Download the library here

  • FIXED: Problem with DateTimeOffset and EF Core using Postgres #126

Trial unlocked until the end of May

v4.0.79

12 Apr 18:29

Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release
  • IMPROVED: CacheKey for compiled expression to handle more options when they are turning on/off

Trial unlocked until the end of May

v4.0.78

30 Mar 14:14

Choose a tag to compare

Download the library here

Trial unlocked until the end of April

v4.0.77

15 Mar 18:13

Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of April

v4.0.76

02 Mar 13:49

Choose a tag to compare

Download the library here

  • IMPROVED: The fix added in v4.0.75 (See the bold part). If the return type is a List<T> but the return of the expression is not a list but another type such as IEnumerable<T>, we will now convert automatically to a List<T> instead of throwing an error. But the list will only use a ToList if not already a list, otherwise a cast will be done

Trial unlocked until the end of March

v4.0.75

23 Feb 15:50

Choose a tag to compare

Download the library here

  • FIXED: Issue with Xamarin platform caused by the DynamicAnonyousType initialization. The issue still exists, however will only happen when really using Anonymous Type and not by default.
  • ADDED: If the return type is a List<T> but the return of the expression is not a list but another type such as IEnumerable<T>, we will now convert automatically to a List<T> instead of throwing an error.

Trial unlocked until the end of March

v4.0.74

16 Feb 13:18
3addeba

Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of March

v4.0.73

09 Feb 00:43
3addeba

Choose a tag to compare

Download the library here

  • IMPROVED: the code we added to compare DateTime value with string added in the previous version.

Trial unlocked until the end of February

v4.0.72

02 Feb 16:07
3addeba

Choose a tag to compare

Download the library here

  • ADDED: Like SQL, this is now possible to compare DateTime value with string such as x.MyDateTimeProperty >= '2021-01-01'
  • ADDED: UnregisterStaticMethod(string name) and UnregisterExtensionMethod(string name) method

Trial unlocked until the end of February