Improved tasks 12, 13, 14 #299
Annotations
20 warnings
build-windows:
LeetCodeNet/G0401_0500/S0437_path_sum_iii/Solution.cs#L36
Nullable value type may be null.
|
build-windows:
LeetCodeNet/G0101_0200/S0199_binary_tree_right_side_view/Solution.cs#L33
Nullable value type may be null.
|
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#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:
LeetCodeNet/G0301_0400/S0399_evaluate_division/Solution.cs#L11
Non-nullable field 'root' 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/S0098_validate_binary_search_tree/Solution.cs#L36
Nullable value type may be null.
|
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.
|