Skip to content

generate api v1.32 #1926

generate api v1.32

generate api v1.32 #1926

Triggered via pull request December 31, 2024 07:41
@tg123tg123
synchronize #1603
tg123:gen1.32
Status Success
Total duration 1h 1m 5s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): src/KubernetesClient/CertUtils.cs#L83
'X509Certificate2.X509Certificate2(byte[], string?, X509KeyStorageFlags)' 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/CertUtils.cs#L87
'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/KubernetesClientConfiguration.ConfigFile.cs#L314
'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/KubernetesClientConfiguration.ConfigFile.cs#L318
'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)