Xunit.DependencyInjection.Logging
2.1.0
Support Microsoft.Extensions.Logging to ITestOutputHelper.
protected override void Configure(IServiceProvider provider)
{{
provider.GetRequiredService<ILoggerFactory>()
.AddProvider(new XunitTestOutputLoggerProvider(provider.GetRequiredService<ITestOutputHelperAccessor>()));
}}
Install-Package Xunit.DependencyInjection.Logging -Version 2.1.0
dotnet add package Xunit.DependencyInjection.Logging --version 2.1.0
<PackageReference Include="Xunit.DependencyInjection.Logging" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xunit.DependencyInjection.Logging --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6.1
- Xunit.DependencyInjection (>= 5.2.0)
-
.NETStandard 2.0
- Xunit.DependencyInjection (>= 5.2.0)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
2.1.0 | 2,678 | 6/15/2019 |