What's Changed
- Made WebApplicationFactory disposal silent In case there's some dependency (like Marten ProjectCoordinator atm) that sometimes fails during disposal. That should not make tests fail, even though it's not a great thing. by @oskardudycz in #25
- Added possibility to inject ILoggerProvider to enable injecting XUnit test output helper. by @oskardudycz in #25
You can do it now like for XUnit:ApiSpecification<TProgram>.With(new XUnitLoggerProvider(testOutputHelper, appendScope: false)
Full Changelog: 0.8.1...0.8.2