An efficient mediator without a source generator or reflection #162
ali-golshani
started this conversation in
Ideas
Replies: 1 comment
-
What do you want an opinion on? The interface looks nice enough and as you say gives some benefits if one is willing to depart a little further from the MediatR one (I wasn't). It seems like in the implementation a pipeline is required, while usually it is optional. FWIW that way of registering a pipeline doesn't work with NativeAOT (open generic registrations) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A Mediator 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