Merge pull request #62 from hadashiA/ku/0.14.0 #126
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
test-dotnet:
VYaml.Core/Parser/Anchor.cs#L17
Nullability of reference types in type of parameter 'other' of 'bool Anchor.Equals(Anchor other)' doesn't match implicitly implemented member 'bool IEquatable<Anchor>.Equals(Anchor? other)' (possibly because of nullability attributes).
|
test-dotnet:
VYaml.Core/Serialization/Formatters/DictionaryFormatter.cs#L8
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/DictionaryFormatter.cs#L10
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/DictionaryFormatter.cs#L33
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/TupleFormatter.cs#L256
The type 'T8' cannot be used as type parameter 'TRest' in the generic type or method 'Tuple<T1, T2, T3, T4, T5, T6, T7, TRest>'. Nullability of type argument 'T8' doesn't match 'notnull' constraint.
|
test-dotnet:
VYaml.Core/Serialization/Formatters/TupleFormatter.cs#L258
The type 'T8' cannot be used as type parameter 'TRest' in the generic type or method 'Tuple<T1, T2, T3, T4, T5, T6, T7, TRest>'. Nullability of type argument 'T8' doesn't match 'notnull' constraint.
|
test-dotnet:
VYaml.Core/Serialization/Formatters/TupleFormatter.cs#L279
The type 'T8' cannot be used as type parameter 'TRest' in the generic type or method 'Tuple<T1, T2, T3, T4, T5, T6, T7, TRest>'. Nullability of type argument 'T8' doesn't match 'notnull' constraint.
|
test-dotnet:
VYaml.Core/Serialization/Resolvers/CompositeResolver.cs#L67
Possible null reference argument for parameter 'value' in 'bool ConcurrentDictionary<Type, IYamlFormatter>.TryAdd(Type key, IYamlFormatter value)'.
|
test-dotnet:
VYaml.Core/Serialization/Resolvers/BuiltinResolver.cs#L195
Empty switch block
|
test-dotnet:
VYaml.Core/Serialization/Formatters/TupleFormatter.cs#L296
The type 'T8' cannot be used as type parameter 'TRest' in the generic type or method 'Tuple<T1, T2, T3, T4, T5, T6, T7, TRest>'. Nullability of type argument 'T8' doesn't match 'notnull' constraint.
|