Skip to content

Added tasks 392-918 #283

Added tasks 392-918

Added tasks 392-918 #283

Triggered via pull request July 18, 2025 06:42
Status Failure
Total duration 1m 42s
Artifacts

dotnet-desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build-windows
Process completed with exit code 1.
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/G0101_0200/S0173_binary_search_tree_iterator/BSTIterator.cs#L39
Cannot convert null literal to non-nullable reference type.
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#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.