Skip to content

AoC24 - Day24 fixed bad import #439

AoC24 - Day24 fixed bad import

AoC24 - Day24 fixed bad import #439

Triggered via push December 25, 2024 07:05
Status Success
Total duration 1m 7s
Artifacts

dotnet.yaml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

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.