Skip to content

Add incremental source generator #141

Add incremental source generator

Add incremental source generator #141

Triggered via pull request December 10, 2023 09:12
Status Success
Total duration 51s
Artifacts

test.yaml

on: pull_request
test-dotnet
41s
test-dotnet
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test-dotnet: VYaml.Core/Emitter/Utf8YamlEmitter.cs#L52
The field 'Utf8YamlEmitter.tagBufferStatic' is never used
test-dotnet: VYaml.Core/Serialization/Formatters/InterfaceDictionaryFormatter.cs#L42
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
test-dotnet: VYaml.Core/Serialization/Formatters/PrimitiveObjectFormatter.cs#L170
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.
test-dotnet: VYaml.Core/Serialization/Formatters/EnumAsStringFormatter.cs#L56
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
test-dotnet: VYaml.Core/Emitter/Utf8YamlEmitter.cs#L52
The field 'Utf8YamlEmitter.tagBufferStatic' is never used
test-dotnet: VYaml.SourceGenerator/DiagnosticDescriptors.cs#L35
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
test-dotnet: VYaml.SourceGenerator/DiagnosticDescriptors.cs#L36
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period