Skip to content

Enable nullable reference types for generated models #2243

Enable nullable reference types for generated models

Enable nullable reference types for generated models #2243

Re-run triggered December 26, 2025 09:59
Status Success
Total duration 14m 41s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): src/LibKubernetesGenerator/MetaHelper.cs#L29
Dereference of a possibly null reference.
Analyze (csharp): src/LibKubernetesGenerator/MetaHelper.cs#L24
Possible null reference return.
Analyze (csharp): src/LibKubernetesGenerator/MetaHelper.cs#L22
Dereference of a possibly null reference.
Analyze (csharp): src/LibKubernetesGenerator/MetaHelper.cs#L21
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/LibKubernetesGenerator/MetaHelper.cs#L21
Dereference of a possibly null reference.
Analyze (csharp): src/LibKubernetesGenerator/PluralHelper.cs#L40
Possible null reference return.
Analyze (csharp): src/LibKubernetesGenerator/StringHelpers.cs#L41
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/LibKubernetesGenerator/TypeHelper.cs#L315
Possible null reference return.
Analyze (csharp): src/LibKubernetesGenerator/TypeHelper.cs#L302
Possible null reference return.
Analyze (csharp): tests/SkipTestLogger/SkipTestLogger.cs#L16
Nullability of reference types in type of parameter 'parameters' of 'void SkipTestLogger.Initialize(TestLoggerEvents events, Dictionary<string, string> parameters)' doesn't match implicitly implemented member 'void ITestLoggerWithParameters.Initialize(TestLoggerEvents events, Dictionary<string, string?> parameters)'.