chore(deps): update dependency nreco.logging.file to v1.2.1 #1688
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/Client/Serialization/KubernetesYaml.cs#L112
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading