Mediate is another simple and little in-process messaging and event dispatching system based in mediator pattern for Asp.Net Core.
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.
In samples folder are samples for AspNetCore with Microsoft DI.
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.