Skip to content

Solve LeetCode #104 'Maximum Depth of Binary Tree' [Easy]. #233

Solve LeetCode #104 'Maximum Depth of Binary Tree' [Easy].

Solve LeetCode #104 'Maximum Depth of Binary Tree' [Easy]. #233

Triggered via push November 28, 2024 16:31
Status Success
Total duration 50s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: DailyCodingProblem/src/DailyCodingProblem.Challenges/Y2024/M08/Day04Task.cs#L59
Dereference of a possibly null reference.
build: LeetCode/src/LeetCode.Challenges/Problems00xx/N_0024_SwapNodesInPairs/Solutions.cs#L17
The tuple element name 'next' is ignored because a different name or no name is specified by the target type '(ListNode, ListNode)'.
build: LeetCode/tests/LeetCode.Challenges.UnitTests/Problems00xx/N_0010_RegularExpressionMatching/SolutionTests.cs#L12
Theory method 'GivenStringAndPattern_WhenCallIsMatch_ThenResultAsExpected' on test class 'SolutionTests' does not use parameter 'expectedResult'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
build: DailyCodingProblem/src/DailyCodingProblem.Challenges/Y2024/M08/Day04Task.cs#L59
Dereference of a possibly null reference.
build: LeetCode/src/LeetCode.Challenges/Problems00xx/N_0024_SwapNodesInPairs/Solutions.cs#L17
The tuple element name 'next' is ignored because a different name or no name is specified by the target type '(ListNode, ListNode)'.
build: LeetCode/tests/LeetCode.Challenges.UnitTests/Problems00xx/N_0010_RegularExpressionMatching/SolutionTests.cs#L12
Theory method 'GivenStringAndPattern_WhenCallIsMatch_ThenResultAsExpected' on test class 'SolutionTests' does not use parameter 'expectedResult'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)