MicroKit.MediatR
1.0.0-preview.4
dotnet add package MicroKit.MediatR --version 1.0.0-preview.4
NuGet\Install-Package MicroKit.MediatR -Version 1.0.0-preview.4
<PackageReference Include="MicroKit.MediatR" Version="1.0.0-preview.4" />
<PackageVersion Include="MicroKit.MediatR" Version="1.0.0-preview.4" />
<PackageReference Include="MicroKit.MediatR" />
paket add MicroKit.MediatR --version 1.0.0-preview.4
#r "nuget: MicroKit.MediatR, 1.0.0-preview.4"
#:package MicroKit.MediatR@1.0.0-preview.4
#addin nuget:?package=MicroKit.MediatR&version=1.0.0-preview.4&prerelease
#tool nuget:?package=MicroKit.MediatR&version=1.0.0-preview.4&prerelease
CQRS dispatch layer for MicroKit — BehaviorBase, PipelineOrder, IDomainEventDispatcher, handler adapters, DI registration, and typed IMediator extensions. Built on MediatR 12.x (MIT).
| 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
- MediatR (>= 12.4.1)
- MediatR.Contracts (>= 2.0.1)
- MicroKit.Domain (>= 1.0.0-preview.5)
- MicroKit.MediatR.Abstractions (>= 1.0.0-preview.4)
- MicroKit.Result (>= 1.0.0-preview.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on MicroKit.MediatR:
| Package | Downloads |
|---|---|
|
MicroKit.MediatR.Behaviors
Production-ready pipeline behaviors for MicroKit.MediatR — Logging (100), Authorization (200), Validation (300), Idempotency (400), Caching (500), Retry (600), Transaction (700). |
|
|
MicroKit.MediatR.Testing
Isolation harnesses for testing MicroKit.MediatR handlers and behaviors without a DI container or real IMediator — CommandHandlerTestHarness, QueryHandlerTestHarness, DomainEventTestHarness, BehaviorTestHarness, FakeDomainEventDispatcher. |
|
|
MicroKit.Messaging.MediatR
MediatR glue for MicroKit.Messaging — DomainEventsDispatcher (IDomainEventDispatcher) drains domain events into the transactional outbox as MediatR notifications; MediatROutboxDispatcher is a routing IOutboxDispatcher decorator that publishes notifications via IPublisher.Publish and delegates integration events to the wrapped Core dispatcher. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-preview.4 | 58 | 6/27/2026 |