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