Skip to content

Bug fixes to C code. #6

Bug fixes to C code.

Bug fixes to C code. #6

Triggered via push October 31, 2023 21:14
Status Success
Total duration 1m 52s
Artifacts

dotnet.yml

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

Annotations

30 warnings
.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/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 ubuntu-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 ubuntu-latest: codes/csharp/chapter_backtracking/preorder_traversal_i_compact.cs#L27
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_backtracking/preorder_traversal_i_compact.cs#L33
Possible null reference argument for parameter 'root' in 'void preorder_traversal_i_compact.PreOrder(TreeNode root)'.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_backtracking/preorder_traversal_i_compact.cs#L10
Non-nullable field 'res' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_backtracking/preorder_traversal_ii_compact.cs#L24
Possible null reference argument for parameter 'root' in 'void preorder_traversal_ii_compact.PreOrder(TreeNode root)'.
.NET 6.0.x on ubuntu-latest: codes/csharp/chapter_backtracking/preorder_traversal_ii_compact.cs#L25
Possible null reference argument for parameter 'root' in 'void preorder_traversal_ii_compact.PreOrder(TreeNode root)'.
.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_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/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 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/chapter_backtracking/preorder_traversal_i_compact.cs#L27
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#L33
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#L10
Non-nullable field 'res' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
.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 windows-latest: codes/csharp/utils/TreeNode.cs#L42
Nullable value type may be null.
.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_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_backtracking/preorder_traversal_i_compact.cs#L27
Converting null literal or possible null value to non-nullable type.
.NET 6.0.x on windows-latest: codes/csharp/chapter_backtracking/preorder_traversal_i_compact.cs#L33
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#L10
Non-nullable field 'res' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
.NET 6.0.x on windows-latest: codes/csharp/chapter_backtracking/preorder_traversal_ii_compact.cs#L24
Possible null reference argument for parameter 'root' in 'void preorder_traversal_ii_compact.PreOrder(TreeNode root)'.
.NET 6.0.x on windows-latest: codes/csharp/chapter_backtracking/preorder_traversal_ii_compact.cs#L25
Possible null reference argument for parameter 'root' in 'void preorder_traversal_ii_compact.PreOrder(TreeNode root)'.