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
<PackageReference Include="Xunit.DependencyInjection.Logging" Version="9.0.0" />
paket add Xunit.DependencyInjection.Logging --version 9.0.0
#r "nuget: Xunit.DependencyInjection.Logging, 9.0.0"
// 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 | Versions 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. |
-
.NETFramework 4.7.2
- MartinCostello.Logging.XUnit (>= 0.3.0)
- Xunit.DependencyInjection (>= 9.0.0)
-
.NETStandard 2.1
- MartinCostello.Logging.XUnit (>= 0.3.0)
- Xunit.DependencyInjection (>= 9.0.0)
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. |
|
ActualLab.Testing
ActualLab.Testing is a collection of testing helpers used by ActualLab.Fusion tests. |
|
ZC.Tests.Core
Package Description |
GitHub repositories (8)
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
RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
|
|
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
|
Support Microsoft.Extensions.Logging to ITestOutputHelper.
public void Configure(IServiceProvider provider)
{
XunitTestOutputLoggerProvider.Register(provider);
}