Skip to content

add tiles

add tiles #42

Triggered via push December 25, 2024 16:50
Status Failure
Total duration 2m 20s
Artifacts

ci.yml

on: push
build-and-run
2m 6s
build-and-run
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
build-and-run
Process completed with exit code 1.
build-and-run: src/aoc/Year2024/Day24.cs#L32
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
build-and-run: src/aoc/Year2024/Day24.cs#L107
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(aoc.Year2024.Day24.Operation)3' is not covered.
build-and-run: src/aoc/Year2024/Day15.cs#L17
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern ''\0'' is not covered.
build-and-run: src/aoc/Year2024/Day24.cs#L32
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
build-and-run: src/aoc/Year2024/Day24.cs#L107
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(aoc.Year2024.Day24.Operation)3' is not covered.
build-and-run: src/aoc/Year2024/Day15.cs#L17
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern ''\0'' is not covered.