Version 17.0 + Generate 1.33 #1975
Triggered via pull request
April 27, 2025 13:21
Status
Success
Total duration
1h 10m 10s
Artifacts
–
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):
src/KubernetesClient.Aot/KubernetesClientConfiguration.ConfigFile.cs#L313
'X509Certificate2.X509Certificate2(byte[], string?)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
Analyze (csharp):
src/KubernetesClient.Aot/KubernetesClientConfiguration.ConfigFile.cs#L317
'X509Certificate2.X509Certificate2(string)' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)
|
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
|
|
Analyze (csharp):
examples/webApiDependencyInjection/Controllers/ExampleDependencyInjectionOnConstructorController.cs#L12
Constructor summary documentation should begin with standard text (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1642.md)
|
Analyze (csharp):
examples/webApiDependencyInjection/Controllers/ExampleDependencyInjectionOnMethodController.cs#L16
The documentation for parameter 'kubernetesClient' is missing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1611.md)
|