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
The change #113416 has broken the UnhandledExceptionTest in the dotnet diagnostic tests. It looks like the test can see added extra newlines in the unhandled exception stack trace dumped to the console. The test verifies that the output matches an expected result and it fails due to that.
Interestingly, when the output is printed to console, there are no extra newlines, it only happens when the output is redirected. Even redirecting to a file causes this problem.