XunitContext
XunitContext copied to clipboard
Extends xUnit to expose extra context and simplify logging
Reverts PR #336 I discovered that this ends up capturing exceptions thrown by underlying systems that do not have anything to do with the tests, so my original workaround mentioned...
Hello. Great, great project. In ASP.NET Core (at least 5 and up), when integration testing with the [WebApplicationFactory](https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-5.0) ExecutionContext is not preserved across calls to the `TestServer`. This leads to...
#### Is the feature request related to a problem Yes, we have a internal used unit test packages running using netstandard2.0 and since the last version of XunitContex (3.3.2) netstandard2.0...