Skip to content

Remove IdentityModel package versions from Directory.Packages.props #1968

Remove IdentityModel package versions from Directory.Packages.props

Remove IdentityModel package versions from Directory.Packages.props #1968

Re-run triggered April 22, 2025 17:41
Status Success
Total duration 1h 0m 31s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
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): examples/aks-kubelogin/Program.cs#L3
Using directive for 'System.IO' should appear before directive for 'k8s' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Analyze (csharp): examples/aks-kubelogin/Program.cs#L4
Using directive for 'System.Text' should appear before directive for 'k8s' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)