Skip to content

v2.1.12

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 01 Aug 17:09
· 220 commits to master since this release

Download the library here

ADDED: Support to Conditional Member Access ?. for method

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)