Skip to content

Updated readme

Updated readme #27

Triggered via push February 1, 2024 05:31
Status Success
Total duration 3m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, NuGet/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/G0001_0100/S0002_add_two_numbers/Solution.cs#L31
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L32
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L37
Possible null reference return.
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 '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/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/S0160_intersection_of_two_linked_lists/Solution.cs#L22
Converting null literal or possible null value to non-nullable type.