Pull requests help you collaborate on code with other people. As pull requests are created, they’ll appear here in a searchable and filterable list. To get started, you should create a pull request.
However, when the unit test starts a new thread, the console output is no longer captured. Looking at the Xunit source code, this is normal because the ITestOutputHelper is ultimately stored in an ...