Skip to content

Use collection expression #68

Use collection expression

Use collection expression #68

Triggered via push November 20, 2023 15:26
Status Success
Total duration 37s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: LeetCode/Q2130_MaximumTwinSumOfALinkedList.cs#L17
Dereference of a possibly null reference.
build: LeetCode/Q2130_MaximumTwinSumOfALinkedList.cs#L18
Dereference of a possibly null reference.
build: LeetCode/Q2130_MaximumTwinSumOfALinkedList.cs#L27
Dereference of a possibly null reference.
build: LeetCode/Q1721_SwappingNodesInALinkedList.cs#L15
Dereference of a possibly null reference.
build: LeetCode/Q1721_SwappingNodesInALinkedList.cs#L20
Dereference of a possibly null reference.
build: LeetCode/Q1721_SwappingNodesInALinkedList.cs#L23
Dereference of a possibly null reference.
build: LeetCode/Q1721_SwappingNodesInALinkedList.cs#L26
Dereference of a possibly null reference.
build: LeetCode/Q1721_SwappingNodesInALinkedList.cs#L27
Dereference of a possibly null reference.
build: LeetCode.Tests/Q0024_SwapNodesInPairsTests.cs#L17
Possible null reference argument for parameter 'head' in 'ListNode? Q0024.SwapPairs(ListNode head)'.
build: LeetCode.Tests/Q0024_SwapNodesInPairsTests.cs#L18
Possible null reference argument for parameter 'head' in 'int[] ListNodeHelper.ConvertLinkedListToArray(ListNode head)'.