You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Just a heads up - I'm working with the Autofac folks to figure out the right way to register behaviors. I'm more versed in StructureMap and my Autofac example isn't exactly correct.
Thanks Jimmy. We'll wait until you ping again and confirm the best approach for using Autofac with MediatR 3 behaviors.
Thanks for the for the heads-up.
In MediatR 3, it was added support for pipeline behaviors.
Decorators are tough to implement in different containers so it is better to use the new pipeline behaviours.
See https://github.com/jbogard/MediatR/wiki/Behaviors
The text was updated successfully, but these errors were encountered: