Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v2.4.5
Download the library here
PATCH
- FIXED: SelectDynamic.Distinct with anonymous type doesn't work as intended #19
PRO Version unlocked for the current month (November)
v2.4.4
Download the library here
PATCH
- FIXED: error running the ExpandoObject example #17
PRO Version unlocked for the current month (November)
v2.4.3
Download the library here
PATCH
- FIXED: Enum variable with the same name as its type gives null reference exception #16
PRO Version unlocked for the current month (November)
v2.4.2
Download the library here
PATCH
- FIXED: Initializing a list with type T of a complex type not working #15
- FIXED:
new
keyword with body expression without parenthesis
PRO Version unlocked for the current month (November)
v2.4.1
Download the library here
PRO Version unlocked for the current month (November)
v2.4.0
Download the library here
PRO Version unlocked for the current month (October)
v2.2.1
Download the library here
FIXED: ThenByDynamic
was returning IEnumerable
instead of IQueryable
PRO Version unlocked for the current month (September)
v2.2.0-beta1
Download the library here
ADDED: Support to DynamicObject
FIXED: Setter for ExpandoObject
PRO Version unlocked for the current month (September)
v2.1.15
Download the library here
PRO Version unlocked for the current month (September)
v2.1.14
Download the library here
FIXED: Issue with typeof
keyword and generic type considered as generic method when namespace was specified (Issue #11)
var t2 = Eval.Execute("typeof(System.Collections.Generic.List<System.Int32>)");
PRO Version unlocked for the current month (August)