Versión Net 10 #272
jjimenezcf
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hola @mdiago he migrado mi proyecto a net10.0, para ello en el fork que tengo del tuyo, lo he subido de versión, en principio es todo ok, pero hay un warning que a lo mejor interesa tratar, te lo dejo aquí a notado por si lo ves conveniente
2>C:\Users\jjimenez\Documents\GitHub\VeriFactu\NetCore\Src\Net\Wsd.cs(363,28,363,82): warning SYSLIB0057: 'X509Certificate2.X509Certificate2(string)' está obsoleto: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
2>C:\Users\jjimenez\Documents\GitHub\VeriFactu\NetCore\Src\Net\Wsd.cs(365,28,371,56): warning SYSLIB0057: 'X509Certificate2.X509Certificate2(string, string?, X509KeyStorageFlags)' está obsoleto: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
habla de la obselescencia en el método public static X509Certificate2 GetCertificateByFile()
Gracias
Beta Was this translation helpful? Give feedback.
All reactions