Cover TimeConversion with unit tests. #206
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/Problems00xx/P0024_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/P0010_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/P0024_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/P0010_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)
|