Enable nullable reference types for generated models #2243
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)'.
|