MediatR 11.1.0
Prefix ReservedSee the version list below for details.
dotnet add package MediatR --version 11.1.0
NuGet\Install-Package MediatR -Version 11.1.0
<PackageReference Include="MediatR" Version="11.1.0" />
<PackageVersion Include="MediatR" Version="11.1.0" />
<PackageReference Include="MediatR" />
paket add MediatR --version 11.1.0
#r "nuget: MediatR, 11.1.0"
#:package MediatR@11.1.0
#addin nuget:?package=MediatR&version=11.1.0
#tool nuget:?package=MediatR&version=11.1.0
Simple, unambitious mediator implementation in .NET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- MediatR.Contracts (>= 1.0.1)
NuGet packages (2.7K)
Showing the top 5 NuGet packages that depend on MediatR:
| Package | Downloads |
|---|---|
|
MediatR.Extensions.Microsoft.DependencyInjection
MediatR extensions for ASP.NET Core |
|
|
MediatR.Extensions.Autofac.DependencyInjection
An extension for Autofac-IoC to use MediatR and CQRS with ease. |
|
|
TIKSN-Framework
TIKSN Framework is a .NET 10 application framework and utility library for building modular services, command-line tools, data-driven applications, and .NET MAUI apps. It includes dependency injection helpers, Autofac modules, repository, query repository, file repository, stream repository, pagination, unit-of-work abstractions, Entity Framework Core, Azure Table Storage, Azure Blob Storage, MongoDB, LiteDB, and RavenDB adapters, memory, distributed, and hybrid repository cache decorators, finance and money types, pricing models, currency conversion, central-bank foreign exchange providers, globalization, language and region localization resources, JSON, XML, MessagePack, custom binary serialization, Protocol Buffers-backed licensing schema support, license generation and signature services, shell and PowerShell application infrastructure, telemetry abstractions, correlation IDs, settings, known folders, network connectivity, antimalware abstractions, versioning, numbering, time period types, REST helpers, sitemap models, and platform-specific MAUI registrations. |
|
|
MediatR.Extensions.FluentValidation.AspNetCore
MediatR extension to FluentValidation for .NET framework. |
|
|
Elsa.Core
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package contains the core of Elsa. Tip: reference the `Elsa` package instead of this one. |
GitHub repositories (225)
Showing the top 20 popular GitHub repositories that depend on MediatR:
| Repository | Stars |
|---|---|
|
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
|
|
|
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
|
|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
|
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
|
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
|
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
|
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
|
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
|
|
|
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
|
|
|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
|
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
|
|
|
evolutionary-architecture/evolutionary-architecture-by-example
Navigate the complex landscape of .NET software architecture with our step-by-step, story-like guide. Unpack the interplay between modular monoliths, microservices, domain-driven design, and various architectural patterns. Go beyond the one-size-fits-all solutions and understand how to blend these approaches based on your unique needs.
|
|
|
discord-net/Discord.Net
An unofficial .Net wrapper for the Discord API (https://discord.com/)
|
|
|
aspnetrun/run-aspnetcore-microservices
Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
|
|
|
kgrzybek/sample-dotnet-core-cqrs-api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
|
|
|
ErsatzTV/legacy
Open-source platform that transforms your personal media library into live, custom TV channels.
|
|
|
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET
|
|
|
altmann/FluentResults
A generalised Result object implementation for .NET/C#
|
|
|
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
|
| Version | Downloads | Last Updated |
|---|---|---|
| 14.2.0 | 1,749,892 | 7/2/2026 |
| 14.1.0 | 5,402,708 | 3/3/2026 |
| 14.0.0 | 3,761,493 | 12/3/2025 |
| 14.0.0-beta-1 | 6,941 | 11/20/2025 |
| 13.1.0 | 2,209,395 | 10/24/2025 |
| 13.0.0 | 4,586,758 | 7/2/2025 |
| 12.5.0 | 42,167,978 | 4/1/2025 |
| 12.4.1 | 62,659,024 | 9/9/2024 |
| 12.4.0 | 11,626,649 | 7/23/2024 |
| 12.3.0 | 12,998,065 | 6/6/2024 |
| 12.2.0 | 44,002,086 | 11/17/2023 |
| 12.1.1 | 24,636,099 | 7/10/2023 |
| 12.0.1 | 23,782,112 | 2/23/2023 |
| 11.1.0 | 19,546,202 | 11/19/2022 |
| 11.0.0 | 27,037,813 | 9/30/2022 |
| 10.0.1 | 44,794,022 | 1/10/2022 |
| 10.0.0 | 1,344,155 | 1/6/2022 |
| 9.0.0 | 76,788,090 | 10/8/2020 |