Often, when running my tests that expect an exception, the debugger pauses on tests that expects the exception. This might be dependent on debugger settings in IDE.
The ask here is to try to reproduce that, see if DebuggerDisableUserUnhandledExceptionsAttribute fixes it, and decide if the change should be taken.
Often, when running my tests that expect an exception, the debugger pauses on tests that expects the exception. This might be dependent on debugger settings in IDE.
The ask here is to try to reproduce that, see if DebuggerDisableUserUnhandledExceptionsAttribute fixes it, and decide if the change should be taken.