Skip to content

v6.2.0

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 23 Sep 20:44
8eff5e2

Download the library here

  • ADDED: Support to Raw string literals
  • ADDED: Support to Interpolated raw string literals
  • ADDED: New bool parameter for the method public static Func<IDictionary, object> Compile(string code, IDictionary<string, Type> parameterTypes, bool allowWritableVariable = false). When the allowWritableVariable = true, the value within the dictionary passed to the compiled method will now be updated for expressions such as i++
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of October