An expansive critique on using a very popular MediatR library in average .NET system
published on 2022/04/23
In this article I wish to talk about when and why the adoption of MediatR might fail to deliver the expected outcome. In fact I think that, despite the good intentions, some ways of integrating MediatR can be detrimental in the pursue of the best design practices, and can even lead to anti-patterns.
This is a good critique on using MediatR blindly in your .NET system.