Skip to content

refactor: Re-implement merge sort function. #2

refactor: Re-implement merge sort function.

refactor: Re-implement merge sort function. #2

Triggered via pull request October 25, 2023 15:03
@krahetskrahets
opened #888
dev
Status Success
Total duration 3m 6s
Artifacts

dotnet.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
.NET 6.0.x on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET 6.0.x on ubuntu-latest: codes/csharp/utils/TreeNode.cs#L42
Nullable value type may be null.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L30
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L41
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on ubuntu-latest: codes/csharp/utils/PrintUtil.cs#L52
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on ubuntu-latest: codes/csharp/utils/PrintUtil.cs#L121
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on ubuntu-latest: codes/csharp/utils/PrintUtil.cs#L135
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_tree/binary_tree_bfs.cs#L37
Possible null reference argument for parameter 'root' in 'List<int> binary_tree_bfs.LevelOrder(TreeNode root)'.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_tree/binary_search_tree.cs#L142
Dereference of a possibly null reference.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_tree/binary_search_tree.cs#L102
Dereference of a possibly null reference.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_tree/avl_tree.cs#L35
Dereference of a possibly null reference.
.NET 6.0.x on macos-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET 6.0.x on macos-latest: codes/csharp/utils/TreeNode.cs#L42
Nullable value type may be null.
.NET 6.0.x on macos-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L25
The variable 'c' is assigned but its value is never used
.NET 6.0.x on macos-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L19
The variable 'a' is assigned but its value is never used
.NET 6.0.x on macos-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L20
The variable 'b' is assigned but its value is never used
.NET 6.0.x on macos-latest: codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L30
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on macos-latest: codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L41
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on macos-latest: codes/csharp/utils/PrintUtil.cs#L52
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on macos-latest: codes/csharp/utils/PrintUtil.cs#L121
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on macos-latest: codes/csharp/chapter_backtracking/preorder_traversal_i_compact.cs#L21
Possible null reference argument for parameter 'root' in 'void preorder_traversal_i_compact.PreOrder(TreeNode root)'.
.NET 6.0.x on macos-latest: codes/csharp/chapter_backtracking/preorder_traversal_i_compact.cs#L22
Possible null reference argument for parameter 'root' in 'void preorder_traversal_i_compact.PreOrder(TreeNode root)'.
.NET 6.0.x on windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.NET 6.0.x on windows-latest: codes/csharp/utils/TreeNode.cs#L42
Nullable value type may be null.
.NET 6.0.x on windows-latest: codes/csharp/chapter_backtracking/preorder_traversal_i_compact.cs#L21
Possible null reference argument for parameter 'root' in 'void preorder_traversal_i_compact.PreOrder(TreeNode root)'.
.NET 6.0.x on windows-latest: codes/csharp/chapter_backtracking/preorder_traversal_i_compact.cs#L22
Possible null reference argument for parameter 'root' in 'void preorder_traversal_i_compact.PreOrder(TreeNode root)'.
.NET 6.0.x on windows-latest: codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L30
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on windows-latest: codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L41
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on windows-latest: codes/csharp/chapter_backtracking/preorder_traversal_iii_compact.cs#L25
Possible null reference argument for parameter 'root' in 'void preorder_traversal_iii_compact.PreOrder(TreeNode root)'.
.NET 6.0.x on windows-latest: codes/csharp/chapter_backtracking/preorder_traversal_iii_compact.cs#L26
Possible null reference argument for parameter 'root' in 'void preorder_traversal_iii_compact.PreOrder(TreeNode root)'.
.NET 6.0.x on windows-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L25
The variable 'c' is assigned but its value is never used
.NET 6.0.x on windows-latest: codes/csharp/chapter_computational_complexity/space_complexity.cs#L19
The variable 'a' is assigned but its value is never used