Xunit.DependencyInjection 7.1.0
Use Microsoft.Extensions.DependencyInjection to inject xunit testclass. If you want write Microsoft.Extensions.Logging to ITestOutputHelper, please install Xunit.DependencyInjection.Logging
Release notes:
7.1: Fix can't run test case when host.StartAsync() throw exception.
7.0: Add fixture injection and refactor DependencyInjectionTestFramework, you don't have to declare the [assembly: TestFrameworkAttribute] on normal case.
No packages depend on Xunit.DependencyInjection.
Use Microsoft.Extensions.DependencyInjection to inject xunit testclass. If you want write Microsoft.Extensions.Logging to ITestOutputHelper, please install Xunit.DependencyInjection.Logging
Release notes:
7.1: Fix can't run test case when host.StartAsync() throw exception.
7.0: Add fixture injection and refactor DependencyInjectionTestFramework, you don't have to declare the [assembly: TestFrameworkAttribute] on normal case.
.NET Framework 4.6.1
- Microsoft.Extensions.Hosting (>= 2.1.0)
- xunit.extensibility.execution (>= 2.1.0 && < 3.0.0)
.NET Standard 2.0
- Microsoft.Extensions.Hosting (>= 2.1.0)
- xunit.extensibility.execution (>= 2.2.0 && < 3.0.0)