jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
11.19k stars 1.18k forks source link

pipeline brokes each major version #1067

Closed uranio-235 closed 2 months ago

uranio-235 commented 2 months ago

This is not a technical issue. Just a feedback. I'm just droping MediatR on all my projects. Because, each time update mediatR to a new major version, the pipelines brokes.

image

if you think I'm wrong: Please close the issue.

zachpainter77 commented 2 months ago

This has been fixed in the latest pull request. The generic handler registration is now opt in.. meaning MediatR will not try to implement the feature unless you explicitly tell it to from now on. Your pipeline should be ok for future MediatR releases.