fix: auto update link #1683
Annotations
10 warnings
src/KubeUI.Models.Generator/Generator.cs#L262
Possible null reference argument for parameter 'value' in 'SyntaxToken SyntaxFactory.Literal(string value)'.
|
src/KubeUI.Models.Generator/Generator.cs#L274
Possible null reference argument for parameter 'value' in 'SyntaxToken SyntaxFactory.Literal(string value)'.
|
src/KubeUI.Models.Generator/Generator.cs#L286
Possible null reference argument for parameter 'value' in 'SyntaxToken SyntaxFactory.Literal(string value)'.
|
src/KubeUI.Models.Generator/Generator.cs#L298
Possible null reference argument for parameter 'value' in 'SyntaxToken SyntaxFactory.Literal(string value)'.
|
src/KubeUI.Models.Generator/Generator.cs#L610
Possible null reference argument for parameter 'peStream' in 'PortableExecutableReference MetadataReference.CreateFromStream(Stream peStream, MetadataReferenceProperties properties = default(MetadataReferenceProperties), DocumentationProvider? documentation = null, string? filePath = null)'.
|
src/KubeUI.Models.Generator/Generator.cs#L630
Possible null reference argument for parameter 'assembly' in 'Assembly AssemblyLoadContext.LoadFromStream(Stream assembly)'.
|
src/KubeUI.Models.Generator/Generator.cs#L542
The behavior of 'char.ToUpper(char)' could vary based on the current user's locale settings. Replace this call in 'Generator.CapitalizeFirstLetter(string)' with a call to 'char.ToUpper(char, CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
src/KubeUI.Models.Generator/Generator.cs#L546
The behavior of 'char.ToUpper(char)' could vary based on the current user's locale settings. Replace this call in 'Generator.CapitalizeFirstLetter(string)' with a call to 'char.ToUpper(char, CultureInfo)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1304)
|
src/KubeUI/Client/Cluster.cs#L81
'Cluster.SeedMethodInfo': new protected member declared in sealed type
|
src/KubeUI/Controls/PodContainerCell.axaml.cs#L42
Nullability of reference types in type of parameter 'value' of 'object StatusToColorConverter.Convert(object value, Type targetType, object? parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
|
This job succeeded
Loading