Skip to content

Updated readme and tags #3

Updated readme and tags

Updated readme and tags #3

Triggered via push July 5, 2025 06:07
Status Success
Total duration 1m 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build-windows: LeetCodeNet/G0001_0100/S0092_reverse_linked_list_ii/Solution.cs#L27
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0092_reverse_linked_list_ii/Solution.cs#L27
Dereference of a possibly null reference.
build-windows: LeetCodeNet/G0101_0200/S0160_intersection_of_two_linked_lists/Solution.cs#L23
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0101_0200/S0160_intersection_of_two_linked_lists/Solution.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/Com_github_leetcode/TreeNode.cs#L22
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0201_0300/S0206_reverse_linked_list/Solution.cs#L29
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0201_0300/S0206_reverse_linked_list/Solution.cs#L26
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0201_0300/S0206_reverse_linked_list/Solution.cs#L23
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0101_0200/S0102_binary_tree_level_order_traversal/Solution.cs#L48
Cannot convert null literal to non-nullable reference type.
build-windows: LeetCodeNet/G0101_0200/S0102_binary_tree_level_order_traversal/Solution.cs#L31
Cannot convert null literal to non-nullable reference 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.