pablopioli
pablopioli
BouncyCastle.Portable has been deprecated a while ago and replaced with BouncyCastle.Cryptography. https://github.com/bcgit/bc-csharp Given how important updated cryptographic algorithms are I would suggest that an update to this library is needed....
.NET 8 is including a Native AOT mode https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot Certes cannot operate in this mode because of the NewtonsoftJson dependency. You need to use System.Text.Json if you want to make...
I found an edge case bug. When the source generator processes code in a different assembly with nullables enabled the generated code is invalid. I made a fork to demostrate...
Using this library in an AOT compiled app fails on the SPF checks as the trimmer removes parts of the code. There are two problematic parts. 1. The minimal API...