![]() |
VOOZH | about |
dotnet add package Soenneker.Serilog.Sinks.TUnit --version 4.0.42
NuGet\Install-Package Soenneker.Serilog.Sinks.TUnit -Version 4.0.42
<PackageReference Include="Soenneker.Serilog.Sinks.TUnit" Version="4.0.42" />
<PackageVersion Include="Soenneker.Serilog.Sinks.TUnit" Version="4.0.42" />Directory.Packages.props
<PackageReference Include="Soenneker.Serilog.Sinks.TUnit" />Project file
paket add Soenneker.Serilog.Sinks.TUnit --version 4.0.42
#r "nuget: Soenneker.Serilog.Sinks.TUnit, 4.0.42"
#:package Soenneker.Serilog.Sinks.TUnit@4.0.42
#addin nuget:?package=Soenneker.Serilog.Sinks.TUnit&version=4.0.42Install as a Cake Addin
#tool nuget:?package=Soenneker.Serilog.Sinks.TUnit&version=4.0.42Install as a Cake Tool
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
dotnet add package Soenneker.Serilog.Sinks.TUnit
Default usage enables live in-progress updates with a built-in 250ms throttle:
using var logger = new LoggerConfiguration()
.WriteTo.Sink(new TUnitTestContextSink())
.CreateLogger();
If you want to customize the live update behavior, pass options explicitly:
using var logger = new LoggerConfiguration()
.WriteTo.Sink(new TUnitTestContextSink(new TUnitTestContextSinkOptions
{
EnableImmediateUpdates = true,
ImmediateUpdateThrottle = TimeSpan.FromMilliseconds(250)
}))
.CreateLogger();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on Soenneker.Serilog.Sinks.TUnit:
| Package | Downloads |
|---|---|
|
Soenneker.Tests.Unit
A base test providing faker and autofaker capabilities |
|
|
Soenneker.TestHosts.Unit
A lightweight host for dependency-driven unit tests. |
|
|
Soenneker.TestHosts.Integration
Provides a reusable and generic integration test host that dynamically registers and configures WebApplicationFactory instances for multiple ASP.NET Core projects with support for custom app settings, authentication, logging, and test utilities. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.42 | 0 | 6/19/2026 |
| 4.0.41 | 6,247 | 6/16/2026 |
| 4.0.40 | 14,588 | 6/14/2026 |
| 4.0.39 | 8,253 | 6/13/2026 |
| 4.0.38 | 24,008 | 6/9/2026 |
| 4.0.37 | 13,486 | 6/8/2026 |
| 4.0.36 | 9,321 | 6/6/2026 |
| 4.0.35 | 7,968 | 6/6/2026 |
| 4.0.34 | 650 | 6/5/2026 |
| 4.0.33 | 95 | 6/5/2026 |
| 4.0.31 | 23,129 | 6/2/2026 |
| 4.0.30 | 26,049 | 5/29/2026 |
| 4.0.29 | 9,124 | 5/21/2026 |
| 4.0.28 | 3,587 | 5/21/2026 |
| 4.0.27 | 4,029 | 5/19/2026 |
| 4.0.26 | 3,018 | 5/18/2026 |
| 4.0.25 | 6,069 | 5/15/2026 |
| 4.0.24 | 2,052 | 5/14/2026 |
| 4.0.23 | 23,363 | 5/11/2026 |
| 4.0.22 | 2,613 | 5/9/2026 |