v2.4.13
·
208 commits
to master
since this release
Download the library here
PATCH
- ADDED:
UseTypeBeforeDynamic
options when conflict happen between ExpandoObject & Static Type.
Example
var context = new EvalContext();
context.UseTypeBeforeDynamic = true;
var compiled = context.Compile<Func<ExpandoObject, string>>("String.Format(\"test\", p);");
Trial unlocked for the current month (January)