day 15 part 1 #40
Annotations
11 warnings
build-and-run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-and-run:
AdventOfCode/Day15.cs#L10
Non-nullable field '_robot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-run:
AdventOfCode/Day05.cs#L79
Converting null literal or possible null value to non-nullable type.
|
build-and-run:
AdventOfCode/Day05.cs#L88
Converting null literal or possible null value to non-nullable type.
|
build-and-run:
AdventOfCode/Day05.cs#L116
Converting null literal or possible null value to non-nullable type.
|
build-and-run:
AdventOfCode/Day05.cs#L121
Dereference of a possibly null reference.
|
build-and-run:
AdventOfCode/Day15.cs#L10
Non-nullable field '_robot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build-and-run:
AdventOfCode/Day05.cs#L79
Converting null literal or possible null value to non-nullable type.
|
build-and-run:
AdventOfCode/Day05.cs#L88
Converting null literal or possible null value to non-nullable type.
|
build-and-run:
AdventOfCode/Day05.cs#L116
Converting null literal or possible null value to non-nullable type.
|
build-and-run:
AdventOfCode/Day05.cs#L121
Dereference of a possibly null reference.
|