Skip to content

Fix unity compatibility #128

Fix unity compatibility

Fix unity compatibility #128

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

test.yaml

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

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/Formatters/DictionaryFormatter.cs#L43
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/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.