Add Day 8 2023 Solution #10
Annotations
3 errors and 6 warnings
AdventOfCode.Solutions/_2023/Day5.cs#L64
The name 'EnumerableHelper' does not exist in the current context
|
AdventOfCode.Solutions/_2023/Day5.cs#L64
The name 'EnumerableHelper' does not exist in the current context
|
|
AdventOfCode.Solutions/_2020/Day14.cs#L76
Possible null reference argument for parameter 'bitArray' in 'long Day14.GetLongFromBitArray(BitArray bitArray)'.
|
AdventOfCode.Solutions/_2020/Day7.cs#L133
Non-nullable field 'InnerBags' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AdventOfCode.Solutions/_2020/Day14.cs#L162
Possible null reference argument for parameter 'bitArray' in 'long Day14.GetLongFromBitArray(BitArray bitArray)'.
|
AdventOfCode.Solutions/_2020/Day14.cs#L76
Possible null reference argument for parameter 'bitArray' in 'long Day14.GetLongFromBitArray(BitArray bitArray)'.
|
AdventOfCode.Solutions/_2020/Day7.cs#L133
Non-nullable field 'InnerBags' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AdventOfCode.Solutions/_2020/Day14.cs#L162
Possible null reference argument for parameter 'bitArray' in 'long Day14.GetLongFromBitArray(BitArray bitArray)'.
|
The logs for this run have expired and are no longer available.
Loading