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
OptionInlineNamespacesEvaluationActive become OptionInlineNamespacesEvaluationRule and allow more possibilities with the addition of InlineNamespacesList (See #134 Thanks to @Toxic-Cookie)
This option can now be one of those :
Throw better exception and get better exception context with ExceptionDispatchInfo on TargetInvocationException.InnerException and BubbleExceptionContainer (See #124, #141 Thanks to @jl0pd and #138 Thanks to @iisfaq)
Correction of creation of instance with new keyword when OptionInlineNamespacesEvaluationActive is set to false (see #127 thanks to @HelgeL)
Add the option OptionVariablesPersistenceCustomComparer to reuse variables outside of the evaluator (In this case OptionCaseSensitiveEvaluationActive is not used anymore for variables) (See #126 thanks to @AttilaSzobonya)