.NET #1
Annotations
10 warnings
Build:
codes/csharp/utils/TreeNode.cs#L42
Nullable value type may be null.
|
Build:
codes/csharp/utils/PrintUtil.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Build:
codes/csharp/utils/PrintUtil.cs#L121
Converting null literal or possible null value to non-nullable type.
|
Build:
codes/csharp/utils/PrintUtil.cs#L135
Converting null literal or possible null value to non-nullable type.
|
Build:
codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L30
Converting null literal or possible null value to non-nullable type.
|
Build:
codes/csharp/chapter_array_and_linkedlist/linked_list.cs#L41
Converting null literal or possible null value to non-nullable type.
|
Build:
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)'.
|
Build:
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)'.
|
Build:
codes/csharp/chapter_backtracking/preorder_traversal_iii_template.cs#L49
Possible null reference argument for parameter 'item' in 'void List<TreeNode>.Add(TreeNode item)'.
|
Build:
codes/csharp/chapter_backtracking/preorder_traversal_iii_template.cs#L49
Possible null reference argument for parameter 'item' in 'void List<TreeNode>.Add(TreeNode item)'.
|
The logs for this run have expired and are no longer available.
Loading