Dorn.Messaging.Contracts
1.0.5
dotnet add package Dorn.Messaging.Contracts --version 1.0.5
NuGet\Install-Package Dorn.Messaging.Contracts -Version 1.0.5
<PackageReference Include="Dorn.Messaging.Contracts" Version="1.0.5" />
<PackageVersion Include="Dorn.Messaging.Contracts" Version="1.0.5" />
<PackageReference Include="Dorn.Messaging.Contracts" />
paket add Dorn.Messaging.Contracts --version 1.0.5
#r "nuget: Dorn.Messaging.Contracts, 1.0.5"
#:package Dorn.Messaging.Contracts@1.0.5
#addin nuget:?package=Dorn.Messaging.Contracts&version=1.0.5
#tool nuget:?package=Dorn.Messaging.Contracts&version=1.0.5
Pure interfaces for Dorn's mediator: commands/queries (IRequest, IRequestHandler, ISender), pipeline behaviors, and pub/sub notifications (INotification, INotificationHandler, IPublisher). Zero dependencies -- safe to reference from any layer, including Domain.
| 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
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Dorn.Messaging.Contracts:
| Package | Downloads |
|---|---|
|
Dorn.SharedKernel
Minimal DDD building blocks shared across every Dorn template: Entity (identity-based equality), AggregateRoot (domain event collection), and Result/Result<T> (railway-style success/failure without exceptions). |
|
|
Dorn.Messaging
In-process mediator implementation for Dorn.Messaging.Contracts -- dispatches commands/queries to a single handler and notifications to every registered handler, with pipeline behavior support. MIT-licensed, dependency-free alternative to MediatR. |
GitHub repositories
This package is not used by any popular GitHub repositories.