NetToolsKit.Mediator 8.0.0-preview.1

This is a prerelease version of NetToolsKit.Mediator.
dotnet add package NetToolsKit.Mediator --version 8.0.0-preview.1
                    
NuGet\Install-Package NetToolsKit.Mediator -Version 8.0.0-preview.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetToolsKit.Mediator" Version="8.0.0-preview.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NetToolsKit.Mediator" Version="8.0.0-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="NetToolsKit.Mediator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NetToolsKit.Mediator --version 8.0.0-preview.1
                    
#r "nuget: NetToolsKit.Mediator, 8.0.0-preview.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NetToolsKit.Mediator@8.0.0-preview.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NetToolsKit.Mediator&version=8.0.0-preview.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NetToolsKit.Mediator&version=8.0.0-preview.1&prerelease
                    
Install as a Cake Tool

NetToolsKit.Mediator offers a clean messaging layer built on MediatR for commands, queries, and notifications.

           Features:
           • Straightforward MediatR integration and registrations.
           • Patterns for Request/Response and Publish/Subscribe.
           • Encourages decoupling and maintainable messaging flows.

           Ideal for modular backends that rely on CQRS-style interactions.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NetToolsKit.Mediator:

Package Downloads
NetToolsKit.MessageBus

NetToolsKit.MessageBus provides a high-performance distributed messaging bus with pluggable transports. Features: • Extends NetToolsKit.Mediator for distributed events • Neutral core with pluggable adapters (RabbitMQ, Kafka, Azure Service Bus) • Message protocol with correlation, tracing, and retry support Ideal for microservices requiring reliable pub/sub and request/response patterns. For saga orchestration, use NetToolsKit.MessageBus.Sagas package.

NetToolsKit.Mediator.EntityFrameworkCore

Integrates NetToolsKit.Mediator with Entity Framework Core for seamless domain event publishing. Features: • Publish domain events from EF Core tracked entities via IPublisher. • Automatic event propagation during SaveChanges. • Clean separation between domain logic and infrastructure concerns. Ideal for CQRS and event-driven architectures using EF Core.

NetToolsKit.Mediator.FluentValidations

Mediator pipeline extensions powered by FluentValidation for consistent request validation. Features: • FluentValidation pipeline behavior for NetToolsKit.Mediator. • Centralized validation exception handling in the mediator pipeline. Ideal for mediator-based applications needing reusable validation behaviors.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.0-preview.1 117 3/10/2026