v2.1.13
·
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)