Skip to content

1.4.38.0

Compare
Choose a tag to compare
@codingseb codingseb released this 10 Jun 07:51
· 57 commits to master since this release
192288a
  • 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 :
    • InlineNamespacesEvaluationRule.AllowAll
    • InlineNamespacesEvaluationRule.AllowOnlyInlineNamespacesList
    • InlineNamespacesEvaluationRule.BlockOnlyInlineNamespacesList
    • InlineNamespacesEvaluationRule.BlockAll
  • 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)