Simple Mediator without Reflection & Source-Generator #162
ali-golshani
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A middleware without using Reflection, without the need for a source generator, and with the ability to design multiple pipelines differently and separately.
By adding a request type to the IRequest interface, a simpler and more efficient implementation can be written.
I would be very grateful to know your opinion on this matter.
https://github.com/ali-golshani/Mediator
Beta Was this translation helpful? Give feedback.
All reactions