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 am using a framework called Aspnetboilerplate that also use Castle.Core.
Im trying to create two interceptor that call an async method before invocation.Proceed(). Could not make it work. Everything explained on their repository please refer to aspnetboilerplate/aspnetboilerplate#4401
I made a sample reproducing the problem.