v6.2.0
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 theallowWritableVariable = true
, the value within the dictionary passed to the compiled method will now be updated for expressions such asi++
- UPDATED: Monthly Trial Release
Trial unlocked until the end of October