Skip to content

v2.6.3

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 02 May 18:43
· 172 commits to master since this release
9370f52

Download the library here

FIXED: Issue with (??) operator not converting the right part.

var data = new Dictionary<string, double?> { { "A", 2 }, { "B", 3 }, { "C", null } };
var result = Z.Expressions.Eval.Execute<double?>("A + B + C ?? 7", data);

Trial unlocked for the current month (May)