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 a3af939 commit 7fbfdcdCopy full SHA for 7fbfdcd
src/Ninject.Extensions.Interception.DynamicProxy/DynamicProxyProxyFactory.cs
@@ -66,7 +66,7 @@ public override void Dispose(bool disposing)
66
/// <param name="reference">The <see cref="InstanceReference"/> to wrap.</param>
67
public override void Wrap(IContext context, InstanceReference reference)
68
{
69
- if (reference.Instance is IInterceptor ||
+ if (reference.Instance is Interception.IInterceptor ||
70
reference.Instance is IProxyTargetAccessor)
71
72
return;
0 commit comments