Skip to content

Version 17.0 + Generate 1.33 (#1626) #1980

Version 17.0 + Generate 1.33 (#1626)

Version 17.0 + Generate 1.33 (#1626) #1980

Triggered via push April 27, 2025 19:55
Status Success
Total duration 1h 12m 43s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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): 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): examples/webApiDependencyInjection/Controllers/ExampleDependencyInjectionOnMethodController.cs#L13
XML comment has a param tag for 'kubernetes', but there is no parameter by that name