Day 22 #32
Annotations
10 warnings
build:
2023/20/Program.cs#L162
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
2023/19/Program.cs#L125
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
2023/19/Program.cs#L127
Non-nullable field 'Rules' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
2023/19/Program.cs#L40
Converting null literal or possible null value to non-nullable type.
|
build:
code/Day15.cs#L87
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
code/Day05.cs#L28
Unreachable code detected
|
build:
code/Day07.cs#L94
Dereference of a possibly null reference.
|
build:
code/Day07.cs#L94
Dereference of a possibly null reference.
|
build:
code/Day072.cs#L150
Dereference of a possibly null reference.
|
build:
code/Day072.cs#L150
Dereference of a possibly null reference.
|