Skip to content

Releases: zzzprojects/Eval-Expression.NET

v2.9.10

18 Feb 21:22
91fec7a

Choose a tag to compare

Download the library here

  • ADDED: RegisterNamespace(assembly, name)
  • ADDED: UnregisterNamespace(assembly, name)

Trial unlocked for the current month (February)

v2.9.9

16 Feb 15:50
91fec7a

Choose a tag to compare

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

13 Feb 04:53
22af19c

Choose a tag to compare

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

08 Feb 01:46
22af19c

Choose a tag to compare

Download the library here

  • FIXED: Issue - Dynamic querying ... RE:#47 (i guess) #50

Trial unlocked for the current month (February)

v2.9.6

31 Jan 00:16

Choose a tag to compare

Download the library here

  • Monthly trial release

Trial unlocked for the current month (February)

v2.9.5

13 Jan 01:20
8215a48

Choose a tag to compare

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

30 Dec 19:43
8215a48

Choose a tag to compare

Download the library here

  • Monthly trial release

Trial unlocked for the current month (January)

v2.9.2

13 Dec 19:05
8215a48

Choose a tag to compare

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)

v2.9.1

12 Dec 22:45
8215a48

Choose a tag to compare

Download the library here

  • MODIFIED: AliasLocalVariables value can now be modified in the dictionary
context.AliasLocalVariables["A"]= 10;
Console.WriteLine(context.Execute("A*10")); // 100
context.AliasLocalVariables["A"]= 20;  
Console.WriteLine(context.Execute("A*10")); // 200

Trial unlocked for the current month (December)

v2.9.0

12 Dec 20:51
8215a48

Choose a tag to compare

Download the library here

  • MODIFIED: AliasGlobalVariables can now be modified across all evaluations (really act as global variables)
  • ADDED: AliasLocalVariables has been added and can only be modified in the current evaluation

Trial unlocked for the current month (December)