Skip to content

Releases: zzzprojects/Eval-Expression.NET

v4.0.84

07 Jun 16:33
Compare
Choose a tag to compare

Download the library here

  • FIXED: Null parameter for Execute method that throw a NullReferenceException (#134)

Trial unlocked until the end of June

v4.0.83

26 May 12:19
Compare
Choose a tag to compare

Download the library here

  • IMPROVED: Temporary option (currently under testing): TmpSmartCacheKey = true to improve cache key with expand object
  • FIXED: Eval.Execute Fails if Cache SizeLimit Set #131

Trial unlocked until the end of June

v4.0.82

25 May 14:14
Compare
Choose a tag to compare

Download the library here

  • IMPROVED: CacheKey for compiled expression to handle more options when they are turning on/off
  • ADDED: Temporary option (currently under testing): TmpSmartCacheKey = true to improve cache key with dictionary key
  • FIXED: Flags enum problem #133
  • FIXED: Could not regard string as IEnumerable #128

Trial unlocked until the end of June

v4.0.81

18 May 19:06
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Download the library here

Trial unlocked until the end of April

v4.0.77

15 Mar 18:13
Compare
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
Compare
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
Compare
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