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
I'm noticing that after installing this package, the OnActionExecuting and OnActionExecuted methods of my custom action filter are being invoked twice.My filter happens to be a Global filter and I noticed that this happens only if the custom action filter does not have the [AttributeUsage] attribute.
Before installing this package, I was using the NinjectScope and NinjectResover as indicated below and the filter behaved as expected without the [AttributeUsage] attribute.
I'm noticing that after installing this package, the OnActionExecuting and OnActionExecuted methods of my custom action filter are being invoked twice.My filter happens to be a Global filter and I noticed that this happens only if the custom action filter does not have the [AttributeUsage] attribute.
Before installing this package, I was using the NinjectScope and NinjectResover as indicated below and the filter behaved as expected without the [AttributeUsage] attribute.
http://stackoverflow.com/questions/26708979/when-should-one-use-kernel-beginblock-in-ninject-mvc3
Just wanted to get some clarity on whether this qualifies as a bug or is there some inherent behavior that I'm unaware of.
The text was updated successfully, but these errors were encountered: