Xunit.DependencyInjection.Logging 9.0.0

dotnet add package Xunit.DependencyInjection.Logging --version 9.0.0
NuGet\Install-Package Xunit.DependencyInjection.Logging -Version 9.0.0
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="9.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xunit.DependencyInjection.Logging --version 9.0.0
#r "nuget: Xunit.DependencyInjection.Logging, 9.0.0"
#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=9.0.0

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

Support Microsoft.Extensions.Logging to ITestOutputHelper.

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 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.

ZC.Tests.Core

Package Description

EncompassApi.xUnit

A xUnit library

ActualLab.Testing

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

GitHub repositories (7)

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

Repository Stars
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、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!
microsoft/kernel-memory
Index and query any data using LLM and natural language, tracking sources and showing citations.
bing-framework/Bing.NetCore
Bing是基于 .net core 3.1 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
Version Downloads Last updated
9.0.0 6,991 3/18/2024
8.1.0 231,666 5/18/2023
8.0.1 429,478 3/24/2022
8.0.0 167,388 10/21/2021
7.5.1 174,920 8/31/2021

Support Microsoft.Extensions.Logging to ITestOutputHelper.

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