Skip to content

Deploy

Deploy #22

Triggered via schedule January 15, 2025 06:09
Status Success
Total duration 59s
Artifacts

deploy.yml

on: schedule
Fit to window
Zoom out
Zoom in

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.