deps: Bump Microsoft.Extensions.Logging.Console from 10.0.3 to 10.0.7 #210
Annotations
10 warnings
|
Build (Release, Zetian.slnx):
tests/Zetian.Tests/ConnectionTrackerTests2.cs#L34
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)
|
|
Build (Release, Zetian.slnx):
tests/Zetian.Tests/ConnectionTrackerTests2.cs#L28
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)
|
|
Build (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)
|
|
Build (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)
|
|
Build (Release, Zetian.slnx):
tests/Zetian.Tests/SmtpServerRaceConditionTests.cs#L320
Converting null literal or possible null value to non-nullable type.
|
|
Build (Release, Zetian.slnx):
tests/Zetian.Tests/SmtpServerRaceConditionTests.cs#L67
Converting null literal or possible null value to non-nullable type.
|
|
Build (Release, Zetian.slnx):
examples/Zetian.HealthCheck.Examples/ReadinessCheckExample.cs#L50
Nullability of reference types in type of parameter 'password' of 'Task<AuthenticationResult> ReadinessCheckExample.AuthenticateUser(string username, string password)' doesn't match the target delegate 'AuthenticationHandler' (possibly because of nullability attributes).
|
|
Build (Release, Zetian.slnx):
examples/Zetian.HealthCheck.Examples/ReadinessCheckExample.cs#L50
Nullability of reference types in type of parameter 'username' of 'Task<AuthenticationResult> ReadinessCheckExample.AuthenticateUser(string username, string password)' doesn't match the target delegate 'AuthenticationHandler' (possibly because of nullability attributes).
|
|
Build (Release, Zetian.slnx):
examples/Zetian.HealthCheck.Examples/CustomPathHealthCheckExample.cs#L53
Nullable value type may be null.
|
|
Build (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)
|