day 19 #35
Annotations
6 warnings
build-and-run:
src/aoc/Common/Bfs/Folder.cs#L40
Unreachable code detected
|
build-and-run:
src/aoc/Year2024/Day18.cs#L40
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/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/Common/Bfs/Folder.cs#L40
Unreachable code detected
|
build-and-run:
src/aoc/Year2024/Day18.cs#L40
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/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.
|