Fix README.md #270
Annotations
10 warnings
Run dotnet build -c Debug:
VYaml.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
|
Run dotnet build -c Debug:
VYaml/Serialization/Formatters/PrimitiveObjectFormatter.cs#L169
The type 'object?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'object?' doesn't match 'notnull' constraint.
|
Run dotnet build -c Debug:
VYaml/Serialization/NamingConventionMutator.cs#L78
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Run dotnet build -c Debug:
VYaml/Serialization/Formatters/EnumAsStringFormatter.cs#L42
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Run dotnet build -c Debug:
VYaml/Serialization/Formatters/EnumAsStringFormatter.cs#L97
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Run dotnet build -c Debug:
VYaml/Serialization/Formatters/EnumAsStringFormatter.cs#L102
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Run dotnet build -c Debug:
VYaml/Serialization/Formatters/EnumAsStringFormatter.cs#L134
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Run dotnet build -c Debug:
VYaml/Serialization/Formatters/EnumAsStringFormatter.cs#L167
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Run dotnet build -c Debug:
VYaml/Serialization/Formatters/PrimitiveObjectFormatter.cs#L169
The type 'object?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'object?' doesn't match 'notnull' constraint.
|
Run dotnet build -c Debug:
VYaml/Serialization/NamingConventionMutator.cs#L78
Potential stack overflow. Move the stackalloc out of the loop. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2014)
|
Loading