Skip to content

v2.4.13

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 23 Jan 00:53
· 208 commits to master since this release
9b7ff43

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)