Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v2.9.24
Download the library here
- ADDED:
includeMembers
optional parameter for the method RegisterGlobalVariable
Trial unlocked for the current month (April)
v2.9.23
Download the library here
- ADDED: It is now possible to loop on an ExpandoObject property. The property is now automatically converted to IEnumerable.
Trial unlocked for the current month (April)
v2.9.22
Download the library here
- FIXED:
UseTypeBeforeDynamic
will now take the type if a namespace starts with the name instead of taking the expando object value.
Trial unlocked for the current month (April)
v2.9.20
Download the library here
Trial unlocked for the current month (April)
v2.9.19
Download the library here
- ADDED:
EvalContext.UseLocalCache
if you don't want your compiled expression shared with other EvalContext
- FIXED: Issue with parameter
param double[]
not compatible with a list of int
Trial unlocked for the current month (March)
v2.9.18
Download the library here
- FIXED: Improved message for some case when compiling
Trial unlocked for the current month (March)
v2.9.17
Download the library here
- FIXED: Issue with a comment on a single line for Mac user (Issue #53)
Trial unlocked for the current month (March)
v2.9.15
Download the library here
- ADDED:
IDisposable
interface to the EvalContext
class
Trial unlocked for the current month (March)
v2.9.14
Download the library here
- ADDED:
RegisterStaticField
, RegisterStaticMethod
, RegisterStaticProperty
- ADDED:
UseSmartTypeResolution
Trial unlocked for the current month (March)
v2.9.13
Download the library here
- ADDED: Support for property and field for `RegisterStaticMember (Name must be unique to be used)
Trial unlocked for the current month (March)