Skip to content

Updated GitHub actions #32

Updated GitHub actions

Updated GitHub actions #32

Triggered via push June 12, 2025 09:30
Status Success
Total duration 1m 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings and 1 notice
build-windows: LeetCodeNet/G0101_0200/S0155_min_stack/MinStack.cs#L26
Non-nullable field 'currentNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-windows: LeetCodeNet/G0101_0200/S0160_intersection_of_two_linked_lists/Solution.cs#L23
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0101_0200/S0160_intersection_of_two_linked_lists/Solution.cs#L22
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0101_0200/S0102_binary_tree_level_order_traversal/Solution.cs#L48
Cannot convert null literal to non-nullable reference type.
build-windows: LeetCodeNet/G0101_0200/S0102_binary_tree_level_order_traversal/Solution.cs#L31
Cannot convert null literal to non-nullable reference 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.
build-windows: LeetCodeNet/G0101_0200/S0155_min_stack/MinStack.cs#L26
Non-nullable field 'currentNode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-windows: LeetCodeNet/G0101_0200/S0160_intersection_of_two_linked_lists/Solution.cs#L23
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0101_0200/S0160_intersection_of_two_linked_lists/Solution.cs#L22
Converting null literal or possible null value to non-nullable type.
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.
build-windows
The windows-2019 runner image is being deprecated, consider switching to windows-2022(windows-latest) or windows-2025 instead. For more details see https://github.com/actions/runner-images/issues/12045.