add tiles #40
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.
|