AoC24 - Day24 fixed bad import #439
Annotations
11 warnings
build-and-test-ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-and-test-ubuntu-latest:
AoC18/Day9.cs#L51
Dereference of a possibly null reference.
|
build-and-test-ubuntu-latest:
AoC18/Day9.cs#L51
Possible null reference assignment.
|
build-and-test-ubuntu-latest:
AoC18/Day9.cs#L55
Dereference of a possibly null reference.
|
build-and-test-ubuntu-latest:
AoC18/Day9.cs#L55
Possible null reference assignment.
|
build-and-test-ubuntu-latest:
AoC18/Day9.cs#L56
Possible null reference argument for parameter 'node' in 'void LinkedList<int>.Remove(LinkedListNode<int> node)'.
|
build-and-test-ubuntu-latest:
AoC18/Day9.cs#L64
Possible null reference argument for parameter 'node' in 'LinkedListNode<int> LinkedList<int>.AddAfter(LinkedListNode<int> node, int value)'.
|
build-and-test-ubuntu-latest:
AoC18/App.cs#L15
Dereference of a possibly null reference.
|
build-and-test-ubuntu-latest:
AoC18/Day02/Day2.cs#L37
Possible null reference return.
|
build-and-test-ubuntu-latest:
AoC18/Day02/Day2.cs#L44
Possible null reference return.
|
build-and-test-ubuntu-latest:
AoC18/Day02/Day2.cs#L48
Possible null reference return.
|