Closed eugene-chehovskoy closed 8 years ago
Can you show me a complete example where this does not work. Tests are all green on my side
I created a small console project which shows that issue. InterceptionTest.zip
I think I got it. I just need to figure out why my tests are passing :) I'll get back at you
LightInject.Interception v1.2.1 has been published to NuGet
Hi,
I tried to use new asynchronous interception feature, but it seems like it has a bug: method
async Task<T> InvokeAsync<T>
isn't fired. I checkedobject Invoke
andasync Task InvokeAsync
methods and they work fine.