Pascal Craponne
Pascal Craponne
The attributes are still there, I don’t understand why this happens.
Sorry for huge delay. I’ve been thinking to this problem and I don’t know how to solve this. Let me rephrase your needs : - currently, MrAdvice weaves its advices...
Since DSM7 only considers `os_min_ver`, this enhancement is now an issue.
I'm using .Net 6 on Debian
The journal probably works with ANSI colors, I will try and let you know.
Nope, just the process name show in syslog / journalctl 😁
Sure! However I don't want to drop .NET 4.0 compatibility for now and I still want the synchronous API side-by-side. So maybe we could provide another assembly, specific to .NET...
Digging further, we can probably add `*Async` methods with the current implementation so stay in .NET 4.0.
There is probably no need to have a .NET 4.5 special assembly. If alternative methods return a `Task` or `Task`, it can be processed from a .NET 4.5 using `async`/`await`.
Hi, I had a lot of problems like this one, and for some unknown reason. I think it has something to do with the SSL protocol chosen, so the only...