Add Zetian.Benchmarks project with SMTP benchmarks #3
Annotations
10 warnings
|
Build (Release, Zetian.sln):
tests/Zetian.Tests/SmtpCommandTests.cs#L62
Null should not be used for type parameter 'commandLine' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
Build (Release, Zetian.sln):
tests/Zetian.Tests/RateLimiterTests.cs#L148
Null should not be used for type parameter 'key' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
Build (Release, Zetian.sln):
tests/Zetian.Tests/SmtpServerBuilderTests.cs#L193
'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):
examples/Zetian.Examples/FullFeaturedExample.cs#L228
'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#L65
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#L82
'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/SmtpServerBuilder.cs#L141
'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/SmtpServerBuilder.cs#L140
'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/SmtpServerBuilder.cs#L141
'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/SmtpServerBuilder.cs#L140
'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)
|