Xunit.DependencyInjection.Logging 8.0.1

.NET Standard 2.0 .NET Framework 4.6.1
dotnet add package Xunit.DependencyInjection.Logging --version 8.0.1
NuGet\Install-Package Xunit.DependencyInjection.Logging -Version 8.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xunit.DependencyInjection.Logging" Version="8.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xunit.DependencyInjection.Logging --version 8.0.1
#r "nuget: Xunit.DependencyInjection.Logging, 8.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xunit.DependencyInjection.Logging as a Cake Addin
#addin nuget:?package=Xunit.DependencyInjection.Logging&version=8.0.1

// Install Xunit.DependencyInjection.Logging as a Cake Tool
#tool nuget:?package=Xunit.DependencyInjection.Logging&version=8.0.1

Support Microsoft.Extensions.Logging to ITestOutputHelper.

public void Configure(IServiceProvider provider)
{
     XunitTestOutputLoggerProvider.Register(provider);
}

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Xunit.DependencyInjection.Logging:

Package Downloads
Stl.Testing

Stl.Testing is a collection of testing helpers used by Stl.Fusion tests.

EncompassApi.xUnit

A xUnit library

ZC.Tests.Core

Package Description

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Xunit.DependencyInjection.Logging:

Repository Stars
dotnetcore/Util
Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。
chromelyapps/Chromely
Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
bing-framework/Bing.NetCore
Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
Version Downloads Last updated
8.0.1 229,214 3/24/2022
8.0.0 137,954 10/21/2021
7.5.1 92,935 8/31/2021

Support Microsoft.Extensions.Logging to ITestOutputHelper.

public void Configure(IServiceProvider provider)
{
     XunitTestOutputLoggerProvider.Register(provider);
}