Skip to content

Releases: zzzprojects/Eval-Expression.NET

v6.3.0

19 Aug 13:21
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • ADDED: A new option EvalManager.SyntaxKindByToken that lets you globally change how keywords behave. Use with caution. See the following example that removes the this token: https://dotnetfiddle.net/ALg7wG

Trial unlocked until the end of September

v6.2.15

12 Aug 21:35
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • IMPROVED: Several error messages have been enhanced to be more descriptive than the traditional NullReferenceException.
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of September

v6.2.14

28 Jul 19:04
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with equality operator when an object was passed to the RegisterGlobalConstant method
  • FIXED: Issue when a DynamicGetMemberMissingValueFactory was used with a property on an instance of a class that didn’t contain this property (the class also had to inherit from another class)

Trial unlocked until the end of August

v6.2.13

21 Jul 19:41
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of August

v6.2.12

11 Jun 14:51
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of July

v6.2.11

25 May 14:33
8eff5e2
Compare
Choose a tag to compare

Download the library here

Trial unlocked until the end of June

v6.2.10

06 May 20:09
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • ADDED: UseNonGenericAnonymousType option (Documentation)
  • IMPROVED: Better error message when casting a constant null to a non-nullable type, such as double x = null.
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of June

v6.2.9

08 Apr 21:03
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of May

v6.2.8

11 Mar 08:03
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • UPDATED: Monthly Trial Release

Trial unlocked until the end of April

v6.2.7

24 Feb 15:44
8eff5e2
Compare
Choose a tag to compare

Download the library here

  • FIXED: Issue with string interpolation that was showing the "}" characters in a raw string literals

Trial unlocked until the end of March