You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADDED: New EvalContext(contextTemplate) constructor. This constructor can be useful to quickly register assemblies and types already registered by another context.
ADDED: A new option EvalManager.SyntaxKindByToken that lets you globally change how keywords behave. Use with caution. See the following example that removes the this token: https://dotnetfiddle.net/ALg7wG