Pascal Craponne

Results 94 comments of Pascal Craponne

Hi, sorry about that, I’ll take a look at it. However this problem rings a bell and I am not sure whether it can be solved. I’ll let you know.

Hi, If the advice attribute is inherit (which is the case by default), it should work. Otherwise, this seems to be a bug, I’ll take a look.

Sorry I’ve been busy. Thank you for the submission, I’ll merge it in the next few days.

Nice code! Sorry for delay over delay and thank you for contributing.

Could you upgrade to 2.15? There is an update to support more PDB (debug info) file formats.

Could you build in verbose mode and give me more details about the error?

Could disable advices injections and reenable them one by one until it breaks again? There may be a weaving error in a very specific context that we need to isolate.

What advices do you apply in this assembly? Is this at assembly level? Or type/method level? And in what chain is this code applied? In an advice or in some...

Nice! I’ll look at it.

Could you try ``` public /* NOT async */ Task Advise(MethodAsyncAdviceContext context) { //Execute my operations return context.ProceedAsync(); } ``` instead?