Skip to content

Merge pull request #64 from hadashiA/ku/0.14.1 #133

Merge pull request #64 from hadashiA/ku/0.14.1

Merge pull request #64 from hadashiA/ku/0.14.1 #133

Triggered via push November 5, 2023 14:25
Status Success
Total duration 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: push
test-dotnet
27s
test-dotnet
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/EnumAsStringFormatter.cs#L56
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
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/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
'AbstractImpl1.__RegisterVYamlFormatter()' hides inherited member 'AbstractUnion.__RegisterVYamlFormatter()'. Use the new keyword if hiding was intended.