Skip to content

CodeQL Analysis

CodeQL Analysis #684

Triggered via schedule June 9, 2025 03:32
Status Success
Total duration 2m 28s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): dotnet-etcd/interfaces/IWatchStream.cs#L10
Rename type name IWatchStream so that it does not end in 'Stream' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Analyze (csharp): dotnet-etcd/interfaces/IWatchStream.cs#L10
Rename type name IWatchStream so that it does not end in 'Stream' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Analyze (csharp): dotnet-etcd.Tests/Unit/AuthClientUnitTests.cs#L304
Dereference of a possibly null reference.
Analyze (csharp): dotnet-etcd.Tests/Unit/AuthClientUnitTests.cs#L324
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): dotnet-etcd.Tests/Unit/AuthClientUnitTests.cs#L324
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): dotnet-etcd.Tests/Unit/AuthClientUnitTests.cs#L324
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): dotnet-etcd.Tests/Unit/AuthClientUnitTests.cs#L324
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): dotnet-etcd.Tests/Unit/DependencyInjection/ServiceCollectionExtensionsTests.cs#L104
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): dotnet-etcd.Tests/Integration/LockClientIntegrationTests.cs#L59
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Analyze (csharp): dotnet-etcd.Tests/Integration/LockClientIntegrationTests.cs#L69
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)