Bump coverlet.collector from 6.0.3 to 6.0.4 #123
Annotations
6 warnings
Build and Test:
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 and Test:
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 and Test:
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 and Test:
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 and Test:
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 and Test:
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.
|