Deploy #21
Annotations
4 warnings
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
deploy:
Countdown.NumbersRound/Solve/SolutionComparer.cs#L10
Nullability of reference types in type of parameter 'x' of 'bool SolutionComparer.Equals(Solution x, Solution y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Solution>.Equals(Solution? x, Solution? y)' (possibly because of nullability attributes).
|
deploy:
Countdown.NumbersRound/Solve/SolutionComparer.cs#L10
Nullability of reference types in type of parameter 'y' of 'bool SolutionComparer.Equals(Solution x, Solution y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Solution>.Equals(Solution? x, Solution? y)' (possibly because of nullability attributes).
|
deploy:
Countdown.NumbersRound/Solve/Solution.cs#L79
Unboxing a possibly null value.
|