Skip to content

Day 7 of 2025

Day 7 of 2025 #14

Triggered via push December 7, 2025 20:18
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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