Add 'AoT' keyword to metadata tags #59
Annotations
10 warnings
|
Build (Release, Zetian.sln):
tests/Zetian.Tests/SmtpServerBuilderTests.cs#L195
'X509Certificate2.X509Certificate2()' is obsolete: 'X509Certificate and X509Certificate2 are immutable. Use X509CertificateLoader to create a new certificate.' (https://aka.ms/dotnet-warnings/SYSLIB0026)
|
|
Build (Release, Zetian.sln):
tests/Zetian.Tests/SmtpServerRaceConditionTests.cs#L303
Converting null literal or possible null value to non-nullable type.
|
|
Build (Release, Zetian.sln):
tests/Zetian.Tests/SmtpServerRaceConditionTests.cs#L61
Converting null literal or possible null value to non-nullable type.
|
|
Build (Release, Zetian.sln):
examples/Zetian.Examples/FullFeaturedExample.cs#L230
'X509Certificate2.X509Certificate2(byte[], string?, X509KeyStorageFlags)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build (Release, Zetian.sln):
examples/Zetian.Examples/FullFeaturedExample.cs#L67
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, string>.TryGetValue(string key, out string value)'.
|
|
Build (Release, Zetian.sln):
examples/Zetian.Examples/SecureExample.cs#L83
'X509Certificate2.X509Certificate2(byte[], string?, X509KeyStorageFlags)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build (Release, Zetian.sln):
src/Zetian/Server/SmtpServerBuilder.cs#L145
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build (Release, Zetian.sln):
src/Zetian/Server/SmtpServerBuilder.cs#L144
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build (Release, Zetian.sln):
src/Zetian/Server/SmtpServerBuilder.cs#L145
'X509Certificate2.X509Certificate2(string, string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
|
Build (Release, Zetian.sln):
src/Zetian/Server/SmtpServerBuilder.cs#L144
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|