Skip to content

Deploy

Deploy #7

Re-run triggered March 18, 2024 23:39
Status Failure
Total duration 50s
Artifacts

deploy.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
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.
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.