Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v2.9.12
Download the library here
Trial unlocked for the current month (March)
v2.9.11
Download the library here
- FIXED: Issue with Dynamic querying with SelectMany & Array (Issue #50)
Trial unlocked for the current month (February)
v2.9.10
Download the library here
- ADDED: RegisterNamespace(assembly, name)
- ADDED: UnregisterNamespace(assembly, name)
Trial unlocked for the current month (February)
v2.9.9
Download the library here
- IMPROVED: Overload resolution with alias. Alias now get more priority over Microsoft methods.
Trial unlocked for the current month (February)
v2.9.8
Download the library here
- ADDED:
defined
keyword to check if a variable is defined. For example defined(item.ID)
.
Trial unlocked for the current month (February)
v2.9.7
Download the library here
- FIXED: Issue - Dynamic querying ... RE:#47 (i guess) #50
Trial unlocked for the current month (February)
v2.9.6
Download the library here
Trial unlocked for the current month (February)
v2.9.5
Download the library here
- FIXED: Issue with
SelectMany
when items returned was a List<T>
instead of IEnumerable<T>
Trial unlocked for the current month (January)
v2.9.4
Download the library here
Trial unlocked for the current month (January)
v2.9.2
Download the library here
- MODIFIED: When registering an
alias
, the alias
resolution will be now performed before the type
resolution to allow to override common type such as Math
Trial unlocked for the current month (December)