Support NamingConvention
option for per serialize/deserialize
#249
Annotations
1 error and 11 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
VYaml.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
|
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.
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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.
|
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)
|
This job failed
Loading