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
Turns out I was wrong, the problem actually is in the core framework. Oops. 😄 But the fix will need to end up showing up in xunit.runner.visualstudio since the code is only being exercised in multi-assembly runners and not with dotnet run.
Fix available for VSTest runner in xunit.runner.visualstudio version 3.0.1-pre.4
Fix available for console and MSBuild runners in xunit.v3.* version 1.0.1-pre.6
Here's the repro steps:
dotnet test
Actual behavior:
dotnet test
never completesNotes: This configuration seems ok with xunit 2
dotnet info
The text was updated successfully, but these errors were encountered: