CodeQL #458
Annotations
11 warnings
|
Analyze (csharp, Release, Zetian.slnx):
tests/Zetian.Tests/ConnectionTrackerTests.cs#L38
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Analyze (csharp, Release, Zetian.slnx):
tests/Zetian.Tests/ConnectionTrackerTests2.cs#L124
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Analyze (csharp, Release, Zetian.slnx):
tests/Zetian.Tests/ConnectionTrackerTests2.cs#L121
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Analyze (csharp, Release, Zetian.slnx):
tests/Zetian.Tests/ConnectionTrackerTests2.cs#L114
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Analyze (csharp, Release, Zetian.slnx):
tests/Zetian.Tests/ConnectionTrackerTests2.cs#L109
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Analyze (csharp, Release, Zetian.slnx):
tests/Zetian.Tests/ConnectionTrackerTests2.cs#L108
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Analyze (csharp, Release, Zetian.slnx):
tests/Zetian.Tests/SmtpServerRaceConditionTests.cs#L320
Converting null literal or possible null value to non-nullable type.
|
|
Analyze (csharp, Release, Zetian.slnx):
tests/Zetian.Tests/SmtpServerRaceConditionTests.cs#L67
Converting null literal or possible null value to non-nullable type.
|
|
Analyze (csharp, Release, Zetian.slnx):
src/Zetian/Internal/SmtpSession.cs#L791
'SslStream.CipherAlgorithm' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
|
|
Analyze (csharp, Release, Zetian.slnx):
src/Zetian/Internal/SmtpSession.cs#L791
'SslStream.CipherAlgorithm' is obsolete: 'KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties of SslStream are obsolete. Use NegotiatedCipherSuite instead.' (https://aka.ms/dotnet-warnings/SYSLIB0058)
|
|
Analyze (csharp, Release, Zetian.slnx)
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|