Skip to content

Improved tasks 12, 13, 14 #21

Improved tasks 12, 13, 14

Improved tasks 12, 13, 14 #21

Triggered via push July 19, 2025 17:00
Status Success
Total duration 2m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build-windows: LeetCodeNet/G0001_0100/S0092_reverse_linked_list_ii/Solution.cs#L31
Dereference of a possibly null reference.
build-windows: LeetCodeNet/G0001_0100/S0092_reverse_linked_list_ii/Solution.cs#L29
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0092_reverse_linked_list_ii/Solution.cs#L29
Dereference of a possibly null reference.
build-windows: LeetCodeNet/G0001_0100/S0092_reverse_linked_list_ii/Solution.cs#L27
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0092_reverse_linked_list_ii/Solution.cs#L27
Dereference of a possibly null reference.
build-windows: LeetCodeNet/Com_github_leetcode/TreeNode.cs#L11
Non-nullable field 'right' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-windows: LeetCodeNet/Com_github_leetcode/TreeNode.cs#L11
Non-nullable field 'left' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-windows: LeetCodeNet/G0001_0100/S0092_reverse_linked_list_ii/Solution.cs#L27
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0092_reverse_linked_list_ii/Solution.cs#L27
Dereference of a possibly null reference.
build-windows: LeetCodeNet/Com_github_leetcode/TreeNode.cs#L24
Possible null reference argument for parameter 'item' in 'void Queue<TreeNode>.Enqueue(TreeNode item)'.
build-windows: LeetCodeNet/Com_github_leetcode/TreeNode.cs#L22
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/Com_github_leetcode/TreeNode.cs#L11
Non-nullable field 'right' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-windows: LeetCodeNet/Com_github_leetcode/TreeNode.cs#L11
Non-nullable field 'left' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.