Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v5.0.11
Download the library here
- REMOVED: Dependencies on no longer needed NuGet package (Issue #150):
- System.Collections.Concurrent
- System.Collections.NonGeneric
- System.Configuration.ConfigurationManager
- System.Reflection.Emit
- System.Reflection.TypeExtensions
- UPDATED: Monthly Trial Release
Trial unlocked until the end of November
v5.0.10
Download the library here
- ADDED:
DisableConstantFolding
to stop automatically folding constant
- ADDED:
LastCompiledExpression
and LastCompiledParameterExpressions
option to retrieve information about the last compiled expression.
You can find the documentation for the 3 new options here: https://eval-expression.net/options
Trial unlocked until the end of October
v5.0.9
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of October
v5.0.8
Download the library here
- FIXED: Issue with the method resolution logic when multiple generic methods could be considered as a
BetterMember
but had different number of generic parameter (#146 )
- UPDATED: Monthly Trial Release
Trial unlocked until the end of September
v5.0.7
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of August
v5.0.6
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of July
v5.0.5
Download the library here
Trial unlocked until the end of June
v5.0.4
Download the library here
- UPDATED: Monthly Trial Release
- FIXED: Anonymous Type created inside an expression are now supported in
SafeMode = true
Trial unlocked until the end of June
v5.0.3
Download the library here
- FIXED: Issue with
SafeMode
and generic type such as List<List<int>>
(#143 )
- UPDATED: Monthly Trial Release
Trial unlocked until the end of May
v5.0.2
Download the library here
- ADDED: RegisterUsingDirective to act with the same behavior as a using directive such as:
using System.Math
,
- UPDATED: Monthly Trial Release
Trial unlocked until the end of April