Skip to content

fix: More test fixes #3

fix: More test fixes

fix: More test fixes #3

Triggered via push July 11, 2023 18:51
Status Success
Total duration 1m 16s
Artifacts 3
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (6.0.x): src/BigBook/Bag.cs#L50
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build (6.0.x): src/BigBook/BinaryTree.cs#L382
Possible null reference assignment.
build (6.0.x): src/BigBook/Comparison/GenericComparer.cs#L40
Nullability of reference types in type of parameter 'x' of 'int GenericComparer<TData>.Compare(TData x, TData y)' doesn't match implicitly implemented member 'int IComparer<TData>.Compare(TData? x, TData? y)' (possibly because of nullability attributes).
build (6.0.x): src/BigBook/Comparison/GenericComparer.cs#L40
Nullability of reference types in type of parameter 'y' of 'int GenericComparer<TData>.Compare(TData x, TData y)' doesn't match implicitly implemented member 'int IComparer<TData>.Compare(TData? x, TData? y)' (possibly because of nullability attributes).
build (6.0.x): src/BigBook/Comparison/GenericEqualityComparer.cs#L41
Nullability of reference types in type of parameter 'x' of 'bool GenericEqualityComparer<TData>.Equals(TData x, TData y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TData>.Equals(TData? x, TData? y)' (possibly because of nullability attributes).
build (6.0.x): src/BigBook/Comparison/GenericEqualityComparer.cs#L41
Nullability of reference types in type of parameter 'y' of 'bool GenericEqualityComparer<TData>.Equals(TData x, TData y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TData>.Equals(TData? x, TData? y)' (possibly because of nullability attributes).
build (6.0.x): src/BigBook/Comparison/SimpleComparer.cs#L49
Nullability of reference types in type of parameter 'x' of 'int SimpleComparer<TData>.Compare(TData x, TData y)' doesn't match implicitly implemented member 'int IComparer<TData>.Compare(TData? x, TData? y)' (possibly because of nullability attributes).
build (6.0.x): src/BigBook/Comparison/SimpleComparer.cs#L49
Nullability of reference types in type of parameter 'y' of 'int SimpleComparer<TData>.Compare(TData x, TData y)' doesn't match implicitly implemented member 'int IComparer<TData>.Compare(TData? x, TData? y)' (possibly because of nullability attributes).
build (6.0.x): src/BigBook/Comparison/SimpleEqualityComparer.cs#L57
Nullability of reference types in type of parameter 'x' of 'bool SimpleEqualityComparer<TData>.Equals(TData x, TData y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TData>.Equals(TData? x, TData? y)' (possibly because of nullability attributes).
build (6.0.x): src/BigBook/Comparison/SimpleEqualityComparer.cs#L57
Nullability of reference types in type of parameter 'y' of 'bool SimpleEqualityComparer<TData>.Equals(TData x, TData y)' doesn't match implicitly implemented member 'bool IEqualityComparer<TData>.Equals(TData? x, TData? y)' (possibly because of nullability attributes).

Artifacts

Produced during runtime
Name Size
NugetPackage Expired
204 KB
SymbolPackage Expired
43.2 KB
dotnet-results-6.0.x Expired
521 KB