![]() |
VOOZH | about |
dotnet add package Soenneker.Serilog.Sinks.TUnit --version 4.0.33
NuGet\Install-Package Soenneker.Serilog.Sinks.TUnit -Version 4.0.33
<PackageReference Include="Soenneker.Serilog.Sinks.TUnit" Version="4.0.33" />
<PackageVersion Include="Soenneker.Serilog.Sinks.TUnit" Version="4.0.33" />Directory.Packages.props
<PackageReference Include="Soenneker.Serilog.Sinks.TUnit" />Project file
paket add Soenneker.Serilog.Sinks.TUnit --version 4.0.33
#r "nuget: Soenneker.Serilog.Sinks.TUnit, 4.0.33"
#:package Soenneker.Serilog.Sinks.TUnit@4.0.33
#addin nuget:?package=Soenneker.Serilog.Sinks.TUnit&version=4.0.33Install as a Cake Addin
#tool nuget:?package=Soenneker.Serilog.Sinks.TUnit&version=4.0.33Install 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.49 | 0 | 6/28/2026 |
| 4.0.48 | 3,150 | 6/24/2026 |
| 4.0.47 | 4,257 | 6/22/2026 |
| 4.0.46 | 13,234 | 6/20/2026 |
| 4.0.45 | 685 | 6/19/2026 |
| 4.0.44 | 93 | 6/19/2026 |
| 4.0.43 | 935 | 6/19/2026 |
| 4.0.42 | 8,737 | 6/19/2026 |
| 4.0.41 | 37,882 | 6/16/2026 |
| 4.0.40 | 15,037 | 6/14/2026 |
| 4.0.39 | 8,334 | 6/13/2026 |
| 4.0.38 | 24,049 | 6/9/2026 |
| 4.0.37 | 13,490 | 6/8/2026 |
| 4.0.36 | 9,327 | 6/6/2026 |
| 4.0.35 | 7,973 | 6/6/2026 |
| 4.0.34 | 653 | 6/5/2026 |
| 4.0.33 | 100 | 6/5/2026 |
| 4.0.31 | 23,134 | 6/2/2026 |
| 4.0.30 | 26,054 | 5/29/2026 |
| 4.0.29 | 9,128 | 5/21/2026 |