Domain BaseEvent is dependent on MediatR INotification #707
Unanswered
NghiaNguyen170192
asked this question in
Q&A
Replies: 1 comment
-
MediatR is lightweight, free from other dependencies, and very useful. It's used in the Domain to support Domain events. I'm quite happy with this usage and implementation. I think Jimmy covers these concerns quite well in You Probably Don't Need to Worry About MediatR. |
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
-
Hi,
I followed the CleanArchitecture for a while and noticed that BaseEvent was independent from MediatR INotification on #199 and #217
And I tried to learn the CleanArchitecture design and saw this commit 03862a3 reverted to make BaseEvent become dependent to INotification again.
May I ask why making the Domain layer depends on external library like MediatR?
Beta Was this translation helpful? Give feedback.
All reactions