Skip to content

Improved tasks 61-68 #1

Improved tasks 61-68

Improved tasks 61-68 #1

Triggered via push July 3, 2025 07:06
Status Success
Total duration 2m 8s
Artifacts
build-windows
2m 3s
build-windows
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/Node.cs#L12
Non-nullable field 'random' 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/Node.cs#L12
Non-nullable field 'next' 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/Node.cs#L8
Non-nullable field 'random' 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/Node.cs#L8
Non-nullable field 'next' 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 '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/G0201_0300/S0206_reverse_linked_list/Solution.cs#L29
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0201_0300/S0206_reverse_linked_list/Solution.cs#L26
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0201_0300/S0206_reverse_linked_list/Solution.cs#L23
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/Com_github_leetcode/Node.cs#L12
Non-nullable field 'random' 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/Node.cs#L12
Non-nullable field 'next' 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 '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/Com_github_leetcode/Node.cs#L8
Non-nullable field 'random' 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/Node.cs#L8
Non-nullable field 'next' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.