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 3a86b73 commit 96f2662Copy full SHA for 96f2662
src/Ninject.Extensions.Interception/AsyncInterceptor.cs
@@ -23,9 +23,8 @@ public abstract class AsyncInterceptor : IInterceptor
23
/// <summary>
24
/// Intercepts the specified invocation.
25
/// </summary>
26
- /// <remarks>If overridden, you should invoke base.</remarks>
27
/// <param name="invocation">The invocation to intercept.</param>
28
- public virtual void Intercept(IInvocation invocation)
+ public void Intercept(IInvocation invocation)
29
{
30
var returnType = invocation.Request.Method.ReturnType;
31
if (returnType == typeof(Task))
0 commit comments