v2.6.2
Download the library here
ADDED: Support to nullable when using directly dictionary key for a null value
var data = new Dictionary<string, double?> { { "A", 2 }, { "B", 3 }, { "C", null } };
var result = Z.Expressions.Eval.Execute<double?>("A + B + C.GetValueOrDefault(0)", data);Trial unlocked for the current month (May)