Skip to content

Added tasks 416, 437 #13

Added tasks 416, 437

Added tasks 416, 437 #13

Triggered via push January 6, 2024 06:01
Status Success
Total duration 3m 1s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build-windows: LeetCodeNet/Com_github_leetcode/TreeNode.cs#L11
Non-nullable field 'left' must contain a non-null value when exiting constructor. Consider 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 declaring the field as nullable.
build-windows: LeetCodeNet/G0401_0500/S0437_path_sum_iii/Solution.cs#L35
Nullable value type may be null.
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#L24
Possible null reference argument for parameter 'item' in 'void Queue<TreeNode>.Enqueue(TreeNode item)'.
build-windows: LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L21
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L22
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L27
Possible null reference return.
build-windows: LeetCodeNet/G0001_0100/S0010_regular_expression_matching/Solution.cs#L8
Non-nullable field 'cache' must contain a non-null value when exiting constructor. Consider 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 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 declaring the field as nullable.
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#L24
Possible null reference argument for parameter 'item' in 'void Queue<TreeNode>.Enqueue(TreeNode item)'.
build-windows: LeetCodeNet/G0401_0500/S0437_path_sum_iii/Solution.cs#L35
Nullable value type may be null.
build-windows: LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L21
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L22
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L27
Possible null reference return.
build-windows: LeetCodeNet/G0001_0100/S0010_regular_expression_matching/Solution.cs#L8
Non-nullable field 'cache' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.