Mediate 1.1.3
dotnet add package Mediate --version 1.1.3
NuGet\Install-Package Mediate -Version 1.1.3
<PackageReference Include="Mediate" Version="1.1.3" />
<PackageVersion Include="Mediate" Version="1.1.3" />
<PackageReference Include="Mediate" />
paket add Mediate --version 1.1.3
#r "nuget: Mediate, 1.1.3"
#:package Mediate@1.1.3
#addin nuget:?package=Mediate&version=1.1.3
#tool nuget:?package=Mediate&version=1.1.3
Mediate
Mediate is another simple and little in-process messaging and event dispatching system based in mediator pattern for Asp.Net Core.
What attempts to provide this project?
This project is mostly developed for learn and fun, but also attempts to provide an easy communication mechanism to develop decoupled communication between code layers.
Documentation
Fully compatible with .NET 10
Migration to .NET10 is completed and fully tested.
| 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
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Mediate:
| Package | Downloads |
|---|---|
|
Mediate.BackgroundEventDispatch
Mediate.BackgroundEventDispatch is an event dispatch strategy for Mediate that enqueues event handlers to be executed by an Asp.Net Core hosted service. This system is intented to fire and forget an event. |
GitHub repositories
This package is not used by any popular GitHub repositories.