v2.0.9
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)