Oleksandr Hulyi
Oleksandr Hulyi
Hi @nepton , sorry for delay. You can already use with IoCs, see here #166
Hi @himanshukodwani , you'd need something like ```c# [Advice(Kind.Around)] public object CheckAccess(...){ //check access here return null; // if check fails } ``` for more advanced scenarios you can take...
Hi @Lumoryel , thank you for report, I'll be looking at this issue shortly
Could you please provide some code samples where issue happens? Most probably the most weird method you applied an aspect to
Hi @pvoshell ,yes indeed, AspectInjector internally uses a set of binaries that are built for specific target platform. And there is no ARM variant yet. I'll consider this report as...
Thanks @peterthomassen , I will not reopen the issues as I was looking to figure if it was intended behaviour. However I can see a few reasons pro empty parameter:...
@peterthomassen , I would love to contribute, but given I have too many side-project at this time I'm afraid I won't produce good enough code. I'll try to find time...
Hi all, Any news? I've also faced with generic params/arg mess. Now doing it other way around: Find interface from type's interfaces, resolve interface, find method from interface, manually construct...
second one returns ```c# 0o/r/n ```
Ok, I see. Is it possible to drop state? Should I recreate serializer for that?