Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ Add GitHub topic [`csharp-sourcegenerator`](https://github.com/topics/csharp-sou
#### Mediator

- [DumplingsDevs.Pipelines](https://github.com/DumplingsDevs/Pipelines) - ![stars](https://img.shields.io/github/stars/DumplingsDevs/Pipelines?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/DumplingsDevs/Pipelines?style=flat-square&cacheSeconds=604800) The most flexible mediation implementation in the .NET ecosystem with your own types.
- [Foundatio Mediator](https://github.com/FoundatioFx/Foundatio.Mediator) -![stars](https://img.shields.io/github/stars/FoundatioFx/Foundatio.Mediator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/FoundatioFx/Foundatio.Mediator?style=flat-square&cacheSeconds=86400) - Blazingly fast, convention-based C# mediator powered by source generators and interceptors.
- [Immediate.Handlers](https://github.com/immediateplatform/Immediate.Handlers) -![stars](https://img.shields.io/github/stars/immediateplatform/Immediate.Handlers?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/immediateplatform/Immediate.Handlers?style=flat-square&cacheSeconds=86400) An implementation of the Mediator pattern in .NET using source generators, without using a central mediator instance.
- [Mediator](https://github.com/martinothamar/Mediator) -![stars](https://img.shields.io/github/stars/martinothamar/Mediator?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/martinothamar/Mediator?style=flat-square&cacheSeconds=86400) - a high performance implementation of Mediator pattern in .NET using source generators.
- [MediatR controllers generator](https://github.com/Burgyn/MMLib.MediatR.Generators) -![stars](https://img.shields.io/github/stars/Burgyn/MMLib.MediatR.Generators?style=flat-square&cacheSeconds=604800) ![last commit](https://img.shields.io/github/last-commit/Burgyn/MMLib.MediatR.Generators?style=flat-square&cacheSeconds=86400) This generator generates controllers and their methods based on your [MediatR](https://github.com/jbogard/MediatR) requests.
Expand Down