Skip to content

chore: bump actions/setup-dotnet from 4.0.0 to 4.0.1 in the dependencies group #249

chore: bump actions/setup-dotnet from 4.0.0 to 4.0.1 in the dependencies group

chore: bump actions/setup-dotnet from 4.0.0 to 4.0.1 in the dependencies group #249

Triggered via pull request July 10, 2024 05:39
Status Success
Total duration 1m 1s
Artifacts 1

dotnet-test.yml

on: pull_request
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/ExtensionMethods/GenericObjectExtensions.cs#L42
Possible null reference assignment.
build (6.0.x): src/BigBook/ExtensionMethods/GenericObjectExtensions.cs#L75
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).

Artifacts

Produced during runtime
Name Size
dotnet-results-6.0.x
147 KB