Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v6.3.0
Download the library here
- ADDED: A new option
EvalManager.SyntaxKindByToken
that lets you globally change how keywords behave. Use with caution. See the following example that removes thethis
token: https://dotnetfiddle.net/ALg7wG
Trial unlocked until the end of September
v6.2.15
v6.2.14
Download the library here
- FIXED: Issue with equality operator when an object was passed to the RegisterGlobalConstant method
- FIXED: Issue when a DynamicGetMemberMissingValueFactory was used with a property on an instance of a class that didn’t contain this property (the class also had to inherit from another class)
Trial unlocked until the end of August
v6.2.13
v6.2.12
v6.2.11
v6.2.10
Download the library here
- ADDED:
UseNonGenericAnonymousType
option (Documentation) - IMPROVED: Better error message when casting a constant
null
to a non-nullable type, such asdouble x = null
. - UPDATED: Monthly Trial Release
Trial unlocked until the end of June