Skip to content

Refactoring.

Refactoring. #190

Triggered via push November 12, 2024 11:30
Status Success
Total duration 1m 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: DailyCodingProblem/src/DailyCodingProblem.Challenges/Y2024/M08/Day04Task.cs#L59
Dereference of a possibly null reference.
build: LeetCode/src/LeetCode.Challenges/Problems0XX/P024_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/Problems0XX/P010_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/Problems0XX/P024_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/Problems0XX/P010_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)