add sliding window tests #58
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/LeetCode.Solutions/ListNode.cs#L8
Cannot convert null literal to non-nullable reference type.
|
Build:
src/LeetCode.Solutions/TreeNode.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Build:
src/LeetCode.Solutions/TreeNode.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Build:
src/LeetCode.Solutions/TreeLinkNode.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:
src/LeetCode.Solutions/TreeLinkNode.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:
src/LeetCode.Solutions/TreeLinkNode.cs#L11
Non-nullable field 'next' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/LeetCode.Solutions/Node.cs#L9
Non-nullable field 'children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/LeetCode.Solutions/Node.cs#L11
Non-nullable field 'children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/LeetCode.Solutions/NeetCode150/ArraysAndHashing/TwoIntegerSumSolution.cs#L51
Possible null reference return.
|
Build:
src/LeetCode.Solutions/NeetCode150/ArraysAndHashing/TwoIntegerSumSolution.cs#L83
Possible null reference return.
|
Loading