Skip to content

Added tasks 206-238 #156

Added tasks 206-238

Added tasks 206-238 #156

Triggered via pull request January 10, 2024 05:41
Status Failure
Total duration 3m 48s
Artifacts

dotnet-desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build-windows: LeetCodeNet/G0201_0300/S0230_kth_smallest_element_in_a_bst/Solution.cs#L37
Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?)
build-windows: LeetCodeNet/G0201_0300/S0230_kth_smallest_element_in_a_bst/Solution.cs#L46
Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?)
build-windows: LeetCodeNet/G0201_0300/S0230_kth_smallest_element_in_a_bst/Solution.cs#L37
Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?)
build-windows: LeetCodeNet/G0201_0300/S0230_kth_smallest_element_in_a_bst/Solution.cs#L46
Cannot implicitly convert type 'int?' to 'int'. An explicit conversion exists (are you missing a cast?)
build-windows
Process completed with exit code 1.
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/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/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/S0146_lru_cache/LRUCache.cs#L78
Cannot convert null literal to non-nullable reference type.
build-windows: LeetCodeNet/G0101_0200/S0146_lru_cache/LRUCache.cs#L75
Non-nullable field '_next' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.