Bump actions/setup-dotnet from 4.2.0 to 4.3.0 (#22) #127
Annotations
6 warnings
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