solve second puzzle correctly #504
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Advent of Code 2022 solution:
2022/Day16/Day16.Logic/Elephant.cs#L27
Non-nullable field '_route' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Advent of Code 2022 solution:
2022/Day16/Day16.Logic/Elephant.cs#L27
Non-nullable field '_currentPlan' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Advent of Code 2022 solution:
2022/Day16/Day16.Logic/PressureReleaseValve.cs#L26
Non-nullable field '_elephants' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Advent of Code 2022 solution:
2022/Day17/Day17.Logic/InfinitePyroclasticFlow.cs#L226
Unreachable code detected
|
Build Advent of Code 2022 solution:
2022/Day17/Day17.Logic/PyroclasticFlow.cs#L10
The field 'PyroclasticFlow._width' is assigned but its value is never used
|
Build Advent of Code 2022 solution:
2022/Day20/Day20.Logic/CircularList.cs#L87
Non-nullable field '_head' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Advent of Code 2022 solution:
2022/Day20/Day20.Logic/CircularList.cs#L87
Non-nullable field '_tail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build Advent of Code 2022 solution:
2022/Day20/Day20.Logic/CircularList.cs#L49
Possible null reference return.
|
Build Advent of Code 2022 solution:
2022/Day20/Day20.Logic/CircularList.cs#L51
Possible null reference return.
|
Build Advent of Code 2022 solution:
2022/Day20/Day20.Logic/CircularList.cs#L65
Dereference of a possibly null reference.
|
Loading