Unintended breaking change in IPipelineBehavior? #1106
tomas-vojtas
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, today I noticed that after updating MediatR from version 12.4.0 to 12.5.0 my pipeline behaviors started throwing System.MissingMethodException unless I add cancelation token parameter to delegate call in behavior.

I guess it is related to this change
The fix was simple but I did not follow latest changes in this package and just wanted to ask whether this was intended or not?
Beta Was this translation helpful? Give feedback.
All reactions