Tony THONG

Results 18 comments of Tony THONG

Hi, Sorry for anwsering only now... (chrismas & new year days) Sure, I hope I can convert this project entirely in .NET Core 2.1 but I have to try first...

Hi, Thank your for interesting, your issue look like you try to use Puresharp in .NET standard or Core while it is not yet supported. If you let me a...

Good news Puresharp 5.0 support .net core 2.1+ project.

Some issues was introduced in first versions of Puresharp 5 due to mono cecil v0.10.1 migration. Please use versions greater than or equal to : **Puresharp 5.0.5**

Where you want but prefer somewhere at application startup... In Application.Start of global class in ASP.net app for example.

Hi, thank you for interesting. You're right Puresharp have been redesigned compared to NConcern. Indeed, fore some reasons (globally efficiency, non implicit overhead injection and async support), some extensions methods...

Hi, Sorry to have been away for a while, I was expecting the birth of my 2nd child and it took a long time. **dmusicand**, Currently there is no way...

Hi Curlack, Thank you for your message. There is no impact to ignore kind of assemblies that starts with "Microsoft.". I probably have to manage circular reference because I know...

Thank you for sharing issue, I will try it as soon as possible.

Hi, You have to implements method Argument(T value) and store value in a field. exemple ``` public Advice1 : IAdvice { private readonly List arguments; public void Argument(ref T value)...