Skip to content

Releases: zzzprojects/Eval-Expression.NET

v3.1.3

07 Feb 13:46

Choose a tag to compare

Download the library here

  • FIXED: Many cases related to: ExpandoObject Expression / Brackets - NullReferenceException #68

Trial unlocked until the end of February

v3.1.2

27 Jan 20:44

Choose a tag to compare

Download the library here

  • MODIFIED: Lower dependency version for System.Runtime.Caching from 4.6 to 4.5

Trial unlocked until the end of February

v3.1.1

23 Jan 19:38

Choose a tag to compare

Download the library here

  • MODIFIED: Improved method resolution for global method

Trial unlocked until the end of February

v3.1.0

14 Jan 19:53

Choose a tag to compare

Download the library here

  • MODIFIED: Added reference to System.Runtime.Caching to use the same dll as the one for .NET45

Trial unlocked until the end of February

v3.0.14

13 Jan 19:54

Choose a tag to compare

Download the library here

  • ADDED: RegisterGlobalVariable now allow to pass a dictionary (key/value)
var dict = new Dictionary<string, object>();
dict.Add("X", 2);

EvalManager.DefaultContext.RegisterGlobalVariable(dict);
Eval.Execute("X = 3");

var x = dict["X"];

Trial unlocked until the end of February

v3.0.13

09 Jan 19:33

Choose a tag to compare

Download the library here

  • FIXED: Eval.Execute Error - Oops! No applicable member has been found for the expression. #67

Trial unlocked until the end of January

v3.0.12

03 Jan 15:48

Choose a tag to compare

Download the library here

  • FIXED: Issue with LINQ query + anonymous type parameter with casting. We now re-create the anonymous type to avoid a cast in the LINQ (which was not always supported by Entity Framework)

Trial unlocked until the end of January

v3.0.11

19 Dec 20:20

Choose a tag to compare

Download the library here

  • ADDED: Significant performance enhancement when creating multiple contexts. The RegisterType part is only made once now

Trial unlocked until the end of January

v3.0.10

17 Dec 16:39

Choose a tag to compare

Download the library here

  • ADDED: LINQ extension on IEnumerable and IQueryable interface

Trial unlocked until the end of January

v3.0.9

16 Dec 00:42

Choose a tag to compare

Download the library here

  • UPDATED: January trial monthly release

Trial unlocked until the end of January