MediatorCore 1.5.23
See the version list below for details.
dotnet add package MediatorCore --version 1.5.23
NuGet\Install-Package MediatorCore -Version 1.5.23
<PackageReference Include="MediatorCore" Version="1.5.23" />
<PackageVersion Include="MediatorCore" Version="1.5.23" />
<PackageReference Include="MediatorCore" />
paket add MediatorCore --version 1.5.23
#r "nuget: MediatorCore, 1.5.23"
#:package MediatorCore@1.5.23
#addin nuget:?package=MediatorCore&version=1.5.23
#tool nuget:?package=MediatorCore&version=1.5.23
High-performance yet easy to use mediator pattern and in-process message bus implementation in .NET.
🚀 Features
✔ Fast and low memory usage. 🔥
✔ Meditor pattern implementation.
✔ Use many queues types as handlers, so you don't need to use external message bus libraries.
✔ Developers friendly ❤️ Easy to use.
Supported handlers:
- Request without response
IRequestHandler<IRequestMessage> - Request with response
IResponseHandler<IResponseMessage, TResponse> - Notification (parallel execution)
INotificationHandler<INotificationMessage> - Bubbling notification
IBubblingNotificationHandler<IBubblingNotificationMessage, IBubblingNotificationOptions> - Queue
IQueueHandler<IQueueHandlerMessage, IQueueHandlerOptions> - Stack
IStackHandler<IStackHandlerMessage, IStackHandlerOptions> - Debounce queue
IDebounceQueueHandler<IDebounceQueueMessage, IDebounceQueueOptions> - Throttling queue
IThrottlingQueueHandler<IThrottlingQueueMessage, IThrottlingQueueOptions> - Accumulator queue
IAccumulatorQueueHandler<IAccumulatorQueueMessage, IAccumulatorQueueOptions>
| 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. |
-
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 | 471 | 5/15/2025 |
| 1.7.7 | 213 | 8/14/2024 |
| 1.7.6 | 144 | 3/30/2024 |
| 1.7.5 | 107 | 3/29/2024 |
| 1.7.1 | 137 | 3/20/2024 |
| 1.7.0 | 130 | 3/16/2024 |
| 1.6.0 | 127 | 3/14/2024 |
| 1.5.25 | 150 | 3/9/2024 |
| 1.5.24 | 139 | 3/4/2024 |
| 1.5.23 | 131 | 3/4/2024 |
| 1.5.22 | 159 | 3/4/2024 |
| 1.5.21 | 139 | 3/3/2024 |
| 1.5.3 | 127 | 3/14/2024 |
| 1.5.2 | 157 | 3/3/2024 |
| 1.5.1 | 148 | 3/3/2024 |
| 1.5.0 | 240 | 4/29/2023 |
| 1.4.2 | 212 | 4/27/2023 |
| 1.4.1 | 223 | 4/27/2023 |
| 1.4.0 | 207 | 4/27/2023 |
| 1.3.0 | 215 | 4/26/2023 |
| 1.2.3 | 234 | 4/26/2023 |
| 1.2.2 | 206 | 4/26/2023 |
| 1.2.1 | 215 | 4/25/2023 |
| 1.2.0 | 206 | 4/24/2023 |
| 1.1.1 | 210 | 4/23/2023 |
| 1.1.0 | 233 | 4/23/2023 |
| 1.0.0 | 247 | 4/18/2023 |