Add incremental source generator #141
Annotations
10 warnings
VYaml.Core/Serialization/Resolvers/BuiltinResolver.cs#L195
Empty switch block
|
VYaml.Core/Emitter/Utf8YamlEmitter.cs#L52
The field 'Utf8YamlEmitter.tagBufferStatic' is never used
|
VYaml.Core/Serialization/Resolvers/BuiltinResolver.cs#L195
Empty switch block
|
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.
|
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.
|
VYaml.Core/Serialization/Formatters/EnumAsStringFormatter.cs#L56
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
VYaml.Core/Emitter/Utf8YamlEmitter.cs#L52
The field 'Utf8YamlEmitter.tagBufferStatic' is never used
|
VYaml.SourceGenerator/DiagnosticDescriptors.cs#L26
Enable analyzer release tracking for the analyzer project containing rule 'VYAML003' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
VYaml.SourceGenerator/DiagnosticDescriptors.cs#L35
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
|
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
|
The logs for this run have expired and are no longer available.
Loading