Skip to content

v2.0.9

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 15 May 15:04
· 234 commits to master since this release

Download the library here

FIXED: Method overload resolution when with normal && expanded expression.

Example

Was resolved with Eval.Execute(this string, param object[]) method instead of Eval.Execute(this string, object) method

Dictionary<string, object> Values = new Dictionary<string, object>() { { "value1", 20.35 }, { "value2", 61.48 } };

double result1 = Eval.Execute<double>(@" double result1 = Eval.Execute<double>(@'value1 + value2', Values);
        ", new { Values = Values });

PRO Version unlocked for the current month (May)