Skip to content

Version 17.0 + Generate 1.33 #1974

Version 17.0 + Generate 1.33

Version 17.0 + Generate 1.33 #1974

Triggered via pull request April 27, 2025 13:15
Status Success
Total duration 1h 14m 26s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): src/LibKubernetesGenerator/KubernetesClientSourceGenerator.cs#L7
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Analyze (csharp): tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L34
Avoid inexact read with 'System.Net.Sockets.NetworkStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L34
Avoid inexact read with 'System.Net.Sockets.NetworkStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): examples/webApiDependencyInjection/Controllers/ExampleDependencyInjectionOnMethodController.cs#L13
XML comment has a param tag for 'kubernetes', but there is no parameter by that name