Skip to content

Releases: zzzprojects/Eval-Expression.NET

v3.1.6

21 Feb 17:06
Compare
Choose a tag to compare

Download the library here

  • FIXED: More Issue with Implicit conversion on Expando Object

Trial unlocked until the end of March

v3.1.5

18 Feb 00:54
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with Implicit conversion on Expando Object (ExpandoObject Expression / Brackets - NullReferenceException #68)

Trial unlocked until the end of March

v3.1.3

07 Feb 13:46
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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