Skip to content

Mediate is another simple and little in-process messaging and event dispatching system based in mediator pattern.

License

Notifications You must be signed in to change notification settings

dementcore/Mediate

Repository files navigation

Mediate

Codacy Badge .NET Core Nuget Documentation Status

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.

Samples

In samples folder are samples for AspNetCore with Microsoft DI.

Fully compatible with .NET 6

The migration to .NET6 is completed and fully tested. There is a workaround for an issue with Microsoft DI Container Microsoft DI Issue that has been implemented and works as intended. This workaround not affects to other DI containers so is safe to use.