Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v6.3.4
v6.3.3
Download the library here
- ADDED: New
EvalContext(contextTemplate)constructor. This constructor can be useful to quickly register assemblies and types already registered by another context. - ADDED: New
context.CustomCompileoption that allows you to compile using a third-party library such as FastCompiler (https://github.com/dadhi/FastExpressionCompiler)
Trial unlocked until the end of November
v6.3.2
v6.3.1
Download the library here
- ADDED: New option DisableMethodActionFuncCreation to disable the creation of
Method,Action, andFunc. - UPDATED: Monthly Trial Release
Trial unlocked until the end of October
v6.3.0
Download the library here
- ADDED: A new option
EvalManager.SyntaxKindByTokenthat lets you globally change how keywords behave. Use with caution. See the following example that removes thethistoken: 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