Domain project referencing Mediatr #1298
Replies: 3 comments 4 replies
-
I noticed this aswell, curious to hear the response |
Beta Was this translation helpful? Give feedback.
-
@jasontaylordev do you maybe have some answer to this? I discovered your template from @samanazadi1996 contribution here lately and have been wondering about both are using this now commercial licensed Package 🤔 Do you plan on replacing this or anything like mentioned from @claytonedk that would replicate its doing? I seen some youtube videos lately from well known MVP's that this is absolutly possible and how they doing it, but it would be genious if there would be a template that would already provide it ready to go 🚀 |
Beta Was this translation helpful? Give feedback.
-
It’s a small, intentional compromise that simplifies domain event handling. The Domain layer references MediatR’s INotification marker interface, but doesn’t depend on any of its behavior - just the contract. The actual impact is minimal: one package reference and a single use of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I noticed that the Domain project references Mediatr that is a implementation library. Is that OK for clean architecture ? I always thought that Domain should be clean and not references other libraries. Thank you for the template, nice job !
Beta Was this translation helpful? Give feedback.
All reactions