Skip to content

Actually assign loaded cert when generating pfx (#1609) #283

Actually assign loaded cert when generating pfx (#1609)

Actually assign loaded cert when generating pfx (#1609) #283

Triggered via push January 21, 2025 04:06
Status Failure
Total duration 4m 0s
Artifacts

docfx.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
docfx
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
docfx
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
docfx: 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)
docfx: 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)
docfx: examples/yaml/Program.cs#L1
The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)
docfx: examples/yaml/Program.cs#L1
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
docfx: examples/yaml/Program.cs#L2
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
docfx: examples/yaml/Program.cs#L3
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
docfx: examples/yaml/Program.cs#L4
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
docfx: examples/yaml/Program.cs#L5
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)