YuriyIvon

Results 7 comments of YuriyIvon

Right, I would even disable setting scope "Class" for aspects with IDisposable interface. Apart from that, we will have to inject IDisposable interface and its implementation automatically to targets not...

Thank you for the feedback! As for the "instance" source - it should work everywhere. In our tests we have the following: ``` internal class AdviceInjectionBeforeTests_BeforeConstructorAspect { [Advice(InjectionPoints.Before, InjectionTargets.Constructor)] public...

I checked it with a real application, but I agree that it needs an automated test. I have an idea on how to test it - will check it.

We clean them after some time, but it is not minutes, so the overhead is quite big. Is it possible to add a parameter or not log performance for completed...

We will lower the cleanup time, but it would be great to have this feature in the future. Thank you.