MediatorCore 1.4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package MediatorCore --version 1.4.0
NuGet\Install-Package MediatorCore -Version 1.4.0
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="MediatorCore" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MediatorCore" Version="1.4.0" />
<PackageReference Include="MediatorCore" />
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 MediatorCore --version 1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MediatorCore, 1.4.0"
#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 MediatorCore@1.4.0
#: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=MediatorCore&version=1.4.0
#tool nuget:?package=MediatorCore&version=1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
High-performance yet easy to use mediator pattern and in-process message bus implementation in .NET.
NEW! we now allowing retries!
Supports these messages:
- Request without response
IRequestHandler<TMessage> - Request with response
IResponseHandler<TRequest, TResponse> - Queue
IQueueHandler<TMessage, TQueueHandlerOptions> - Stack
IStackHandler<TMessage, TStackHandlerOptions> - Debounce queue
IDebounceQueueMessage<TMessage, TDebounceQueueOptions> - Accumulator queue
IAccumulatorQueueHandler<TMessage, TAccumulatorQueueOptions> - Throttling queue
IThrottlingQueueHandler<TMessage, TThrottlingQueueOptions> - Bubbling notification
IBubblingNotificationHandler<TMessage, TBubblingNotificationOptions> - Parallel notification
IParallelNotificationHandler<TMessage>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MediatorCore:
| Package | Downloads |
|---|---|
|
RoeiBajayo.Infrastructure
A comprehensive .NET utility library providing common infrastructure components and extensions for modern C# applications. Features include HTTP clients, data storage, security utilities, dependency injection, text processing, and more. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.7.8 | 452 | 5/15/2025 |
| 1.7.7 | 209 | 8/14/2024 |
| 1.7.6 | 143 | 3/30/2024 |
| 1.7.5 | 106 | 3/29/2024 |
| 1.7.1 | 136 | 3/20/2024 |
| 1.7.0 | 129 | 3/16/2024 |
| 1.6.0 | 126 | 3/14/2024 |
| 1.5.25 | 147 | 3/9/2024 |
| 1.5.24 | 137 | 3/4/2024 |
| 1.5.23 | 130 | 3/4/2024 |
| 1.5.22 | 156 | 3/4/2024 |
| 1.5.21 | 138 | 3/3/2024 |
| 1.5.3 | 126 | 3/14/2024 |
| 1.5.2 | 153 | 3/3/2024 |
| 1.5.1 | 147 | 3/3/2024 |
| 1.5.0 | 239 | 4/29/2023 |
| 1.4.2 | 211 | 4/27/2023 |
| 1.4.1 | 220 | 4/27/2023 |
| 1.4.0 | 206 | 4/27/2023 |
| 1.3.0 | 214 | 4/26/2023 |
| 1.2.3 | 232 | 4/26/2023 |
| 1.2.2 | 205 | 4/26/2023 |
| 1.2.1 | 214 | 4/25/2023 |
| 1.2.0 | 205 | 4/24/2023 |
| 1.1.1 | 209 | 4/23/2023 |
| 1.1.0 | 230 | 4/23/2023 |
| 1.0.0 | 243 | 4/18/2023 |