Skip to content

Releases: zzzprojects/Eval-Expression.NET

v2.4.5

16 Nov 22:40
1e63c23
Compare
Choose a tag to compare

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

13 Nov 22:54
1e63c23
Compare
Choose a tag to compare

Download the library here

PATCH

  • FIXED: error running the ExpandoObject example #17

PRO Version unlocked for the current month (November)

v2.4.3

07 Nov 03:41
1e63c23
Compare
Choose a tag to compare

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

01 Nov 23:19
Compare
Choose a tag to compare

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

30 Oct 21:03
Compare
Choose a tag to compare

Download the library here

PRO Version unlocked for the current month (November)

v2.4.0

30 Sep 23:58
Compare
Choose a tag to compare

Download the library here

PRO Version unlocked for the current month (October)

v2.2.1

24 Sep 21:17
Compare
Choose a tag to compare

Download the library here

FIXED: ThenByDynamic was returning IEnumerable instead of IQueryable

PRO Version unlocked for the current month (September)

v2.2.0-beta1

20 Sep 02:33
Compare
Choose a tag to compare

Download the library here

ADDED: Support to DynamicObject
FIXED: Setter for ExpandoObject

PRO Version unlocked for the current month (September)

v2.1.15

31 Aug 00:21
Compare
Choose a tag to compare

Download the library here

PRO Version unlocked for the current month (September)

v2.1.14

08 Aug 15:32
Compare
Choose a tag to compare

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)