Ubuntu doesn't have native .NET 9 support #120
Annotations
7 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/AdventOfCode/Runner/BenchmarkSolutionRunner.cs#L30
Non-nullable field 'Solution' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/AdventOfCode/Calendar/Year2024/Day10/Solution.cs#L12
Non-nullable field '_map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/AdventOfCode/Calendar/Year2024/Day06/Solution.cs#L33
Non-nullable field '_visitedPositions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/AdventOfCode/Runner/BenchmarkSolutionRunner.cs#L30
Non-nullable field 'Solution' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/AdventOfCode/Calendar/Year2024/Day10/Solution.cs#L12
Non-nullable field '_map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/AdventOfCode/Calendar/Year2024/Day06/Solution.cs#L33
Non-nullable field '_visitedPositions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading