Day 7 of 2025 #14
Annotations
10 warnings
|
build:
AdventOfCode/2021/Day3.cs#L123
Dereference of a possibly null reference.
|
|
build:
AdventOfCode/2021/Day3.cs#L71
Argument of type 'List<int[]>' cannot be used for parameter 'someList' of type 'List<int[]?>' in 'void Day3.RemoveUnwanted(int length, List<int[]?> someList, bool isOxygen)' due to differences in the nullability of reference types.
|
|
build:
AdventOfCode/2021/Day3.cs#L70
Argument of type 'List<int[]>' cannot be used for parameter 'someList' of type 'List<int[]?>' in 'void Day3.RemoveUnwanted(int length, List<int[]?> someList, bool isOxygen)' due to differences in the nullability of reference types.
|
|
build:
AdventOfCode/2021/Day5.cs#L132
The variable 'regex' is assigned but its value is never used
|
|
build:
AdventOfCode/2021/Day3.cs#L127
Dereference of a possibly null reference.
|
|
build:
AdventOfCode/2021/Day3.cs#L125
Dereference of a possibly null reference.
|
|
build:
AdventOfCode/2021/Day3.cs#L123
Dereference of a possibly null reference.
|
|
build:
AdventOfCode/2021/Day3.cs#L71
Argument of type 'List<int[]>' cannot be used for parameter 'someList' of type 'List<int[]?>' in 'void Day3.RemoveUnwanted(int length, List<int[]?> someList, bool isOxygen)' due to differences in the nullability of reference types.
|
|
build:
AdventOfCode/2021/Day3.cs#L70
Argument of type 'List<int[]>' cannot be used for parameter 'someList' of type 'List<int[]?>' in 'void Day3.RemoveUnwanted(int length, List<int[]?> someList, bool isOxygen)' due to differences in the nullability of reference types.
|
|
build:
AdventOfCode/2021/Day5.cs#L132
The variable 'regex' is assigned but its value is never used
|