Skip to content

day(19): Part 2

day(19): Part 2 #79

Triggered via push December 19, 2023 09:12
Status Success
Total duration 38s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: src/AdventOfCode/Day14.cs#L166
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 '(AdventOfCode.Utilities.Bearing)4' is not covered.
build: src/AdventOfCode/Day19.cs#L151
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: src/AdventOfCode/Day19.cs#L167
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: src/AdventOfCode/Day14.cs#L166
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 '(AdventOfCode.Utilities.Bearing)4' is not covered.
build: src/AdventOfCode/Day19.cs#L151
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: src/AdventOfCode/Day19.cs#L167
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.