Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v4.0.89
Download the library here
- ADDED:
SelectListDynamic
and SelectManyListDynamic
to allow making SelectDynamic
when the object returned cannot be cast as IQueryable<object>
- UPDATED: Monthly Trial Release
Trial unlocked until the end of November
v4.0.88
Download the library here
- FIXED: Unable to Execute method that requires Dictionary<string, object> parameter #138
- UPDATED: Monthly Trial Release
Trial unlocked until the end of October
v4.0.87
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of September
v4.0.86
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of August
v4.0.85
Download the library here
- RENAMED:
TmpSmartCacheKey
by UseShortCacheKey
to reduce cache key length when using with dictionary/expando object. It allows re-using more often the same compiled expression.
- UPDATED: Monthly Trial Release
Trial unlocked until the end of July
v4.0.84
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
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
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
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of June
v4.0.80
Download the library here
- FIXED: Problem with DateTimeOffset and EF Core using Postgres #126
Trial unlocked until the end of May