Skip to content

Added tasks 139-148 #150

Added tasks 139-148

Added tasks 139-148 #150

Triggered via push January 9, 2024 18:43
Status Success
Total duration 3m 25s
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/Com_github_leetcode/Node.cs#L8
Non-nullable field 'next' must contain a non-null value when exiting constructor. Consider 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 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 declaring the field as nullable.
build-windows: LeetCodeNet/Com_github_leetcode/Node.cs#L12
Non-nullable field 'random' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-windows: LeetCodeNet/G0101_0200/S0102_binary_tree_level_order_traversal/Solution.cs#L30
Cannot convert null literal to non-nullable reference type.
build-windows: LeetCodeNet/G0101_0200/S0102_binary_tree_level_order_traversal/Solution.cs#L47
Cannot convert null literal to non-nullable reference type.
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/G0101_0200/S0148_sort_list/Solution.cs#L26
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0101_0200/S0148_sort_list/Solution.cs#L35
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/Com_github_leetcode/Node.cs#L8
Non-nullable field 'next' must contain a non-null value when exiting constructor. Consider 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 declaring the field as nullable.
build-windows: LeetCodeNet/G0101_0200/S0146_lru_cache/LRUCache.cs#L78
Cannot convert null literal to non-nullable reference type.