Skip to content

v2.1.13

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 02 Aug 15:39
· 218 commits to master since this release

Download the library here

FIXED: Support to Conditional Member Access ?. for method added yesterday

var dates = new List<DateTime>() { DateTime.Now.AddYears(-2) };

var result = Eval.Execute("dates.All(d => d > DateTime.Now.AddYears(-3))", new { dates });
Assert.AreEqual(true, result);

PRO Version unlocked for the current month (August)