Skip to content

feat: yamldotnet 16 support #1872

feat: yamldotnet 16 support

feat: yamldotnet 16 support #1872

Re-run triggered August 11, 2024 04:53
Status Failure
Total duration 32m 41s
Artifacts

codeql-analysis.yml

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

Annotations

10 errors and 12 warnings
Analyze (csharp): src/KubernetesClient.Aot/obj/Debug/net8.0/generated/YamlDotNet.Analyzers.StaticGenerator/YamlDotNet.Analyzers.StaticGenerator.TypeFactoryGenerator/YamlDotNetAutoGraph.g.cs#L338
'StaticTypeInspector' does not implement interface member 'ITypeInspector.GetProperty(Type, object?, string, bool, bool)'
Analyze (csharp): src/KubernetesClient.Aot/KubernetesYaml.cs#L41
'KubernetesYaml.ByteArrayStringYamlConverter' does not implement interface member 'IYamlTypeConverter.ReadYaml(IParser, Type, ObjectDeserializer)'
Analyze (csharp): src/KubernetesClient.Aot/KubernetesYaml.cs#L41
'KubernetesYaml.ByteArrayStringYamlConverter' does not implement interface member 'IYamlTypeConverter.WriteYaml(IEmitter, object?, Type, ObjectSerializer)'
Analyze (csharp): src/KubernetesClient.Aot/obj/Debug/net8.0/generated/YamlDotNet.Analyzers.StaticGenerator/YamlDotNet.Analyzers.StaticGenerator.TypeFactoryGenerator/YamlDotNetAutoGraph.g.cs#L338
'StaticTypeInspector' does not implement interface member 'ITypeInspector.GetProperty(Type, object?, string, bool, bool)'
Analyze (csharp)
This run of the CodeQL Action does not have permission to access Code Scanning API endpoints. As a result, it will not be opted into any experimental features. This could be because the Action is running on a pull request from a fork. If not, please ensure the Action has the 'security-events: write' permission. Details: Resource not accessible by integration
Analyze (csharp)
Feature flags do not specify a default CLI version. Falling back to the CLI version shipped with the Action. This is 2.18.1.
Analyze (csharp): examples/yaml/Program.cs#L3
Using directive for 'System' should appear before directive for 'k8s.Models' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Analyze (csharp): examples/yaml/Program.cs#L4
Using directive for 'System.Collections.Generic' should appear before directive for 'k8s.Models' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Analyze (csharp): examples/yaml/Program.cs#L5
Using directive for 'System.Threading.Tasks' should appear before directive for 'k8s.Models' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)