Skip to content

deps: Bump Microsoft.Data.SqlClient from 7.0.0-preview3.25342.7 to 7.0.0 #364

deps: Bump Microsoft.Data.SqlClient from 7.0.0-preview3.25342.7 to 7.0.0

deps: Bump Microsoft.Data.SqlClient from 7.0.0-preview3.25342.7 to 7.0.0 #364

Status Success
Total duration 10m 7s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze (csharp, Release, Zetian.slnx): tests/Zetian.Tests/ConnectionTrackerTests.cs#L65
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/ConnectionTrackerTests.cs#L58
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/ConnectionTrackerTests.cs#L44
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/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/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.Relay/Client/SmtpRelayClient.cs#L389
Possible null reference argument for parameter 'innerStream' in 'SslStream.SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback? userCertificateValidationCallback)'.
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)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`.
Analyze (csharp, Release, Zetian.slnx)
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.