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
Filters that specify a controller and action are the only ones executed and the ones specified for a controller or for all controllers are not ran. I dont' see anything in the documentation that says this since it says that filters are not removed or replaced.
Describe the Bug
Filters that specify a controller and action are the only ones executed and the ones specified for a controller or for all controllers are not ran. I dont' see anything in the documentation that says this since it says that filters are not removed or replaced.
Steps to Reproduce
Expected Behavior
When I run the above code, I get this output in order:
E3 - continue
E6 - continue
and I expect
E1 - continue
E2 - continue
E3 - continue
E4 - continue
E5 - continue
E6 - continue
Dependency Versions
Autofac.WebApi2 6.0.1
Autofac 6.2.0
The text was updated successfully, but these errors were encountered: