Zircon.Mediator
2.0.0
dotnet add package Zircon.Mediator --version 2.0.0
NuGet\Install-Package Zircon.Mediator -Version 2.0.0
<PackageReference Include="Zircon.Mediator" Version="2.0.0" />
<PackageVersion Include="Zircon.Mediator" Version="2.0.0" />
<PackageReference Include="Zircon.Mediator" />
paket add Zircon.Mediator --version 2.0.0
#r "nuget: Zircon.Mediator, 2.0.0"
#:package Zircon.Mediator@2.0.0
#addin nuget:?package=Zircon.Mediator&version=2.0.0
#tool nuget:?package=Zircon.Mediator&version=2.0.0
Zircon.Mediator
Mediator extensions and behaviors including performance metric collection and dependency injection utilities for Zircon applications.
Uses martinothamar/Mediator (source-generated, MIT license).
Installation
dotnet add package Zircon.Mediator
Quick Start
using Zircon.Mediator.DependencyInjection;
services.AddZirconMediator(options =>
{
options.MeterName = "MyApp";
});
Features
Performance Metric Collection
The HandlerPerformanceMetricBehaviour automatically tracks execution time for all Mediator handlers via System.Diagnostics.Metrics.
Configurable Meter Name
Use PerformanceMetricOptions to configure the meter name for your application:
services.AddZirconMediator(options =>
{
options.MeterName = "MyApp.Api";
});
License
This project is licensed under the MIT License - see the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Mediator.Abstractions (>= 3.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.2)
- Microsoft.Extensions.Options (>= 10.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0 | 89 | 2/8/2026 |