Skip to content

Deploy

Deploy #21

Triggered via schedule December 15, 2024 06:08
Status Success
Total duration 57s
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.