Skip to content

Refactor MaxDepth method and add BuildTree method #20

Refactor MaxDepth method and add BuildTree method

Refactor MaxDepth method and add BuildTree method #20

Triggered via push April 28, 2025 15:28
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: ListNode.cs#L12
Cannot convert null literal to non-nullable reference type.
build: TreeNode.cs#L19
Cannot convert null literal to non-nullable reference type.
build: TreeNode.cs#L19
Cannot convert null literal to non-nullable reference type.
build: 1-10/2.AddTwoNumbers.cs#L24
Converting null literal or possible null value to non-nullable type.
build: 1-10/2.AddTwoNumbers.cs#L25
Converting null literal or possible null value to non-nullable type.
build: 291-300/297.SerializeAndDeserializeBinaryTree.cs#L57
Possible null reference assignment.
build: 291-300/297.SerializeAndDeserializeBinaryTree.cs#L58
Possible null reference assignment.
build: 101-110/105.ConstructBinaryTreeFromPreorderAndInorderTraversal.cs#L17
Possible null reference return.