We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa76ff commit 2f9072fCopy full SHA for 2f9072f
src/Ninject.Extensions.Interception/Registry/AdviceRegistry.cs
@@ -122,7 +122,7 @@ public ICollection<IInterceptor> GetInterceptors( IProxyRequest request )
122
return methodCache[typeHandle];
123
}
124
125
- if (HasDynamicAdvice)
+ if (!HasDynamicAdvice)
126
{
127
interceptors = GetInterceptorsForRequest(request);
128
// If there are no dynamic interceptors defined, we can safely cache the results.
0 commit comments