Skip to content

v2.6.2

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 30 Apr 15:26
· 177 commits to master since this release

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)