Skip to content

JetBrains Rider code cleanup #253

JetBrains Rider code cleanup

JetBrains Rider code cleanup #253

Triggered via pull request November 19, 2024 10:51
Status Failure
Total duration 33s
Artifacts

build-test.yml

on: pull_request
build-test
22s
build-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build-test: src/CCVTAC.Console.Tests/InputHelperTests.cs#L68
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-test: src/CCVTAC.Console.Tests/InputHelperTests.cs#L77
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-test: src/CCVTAC.Console.Tests/InputHelperTests.cs#L68
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-test: src/CCVTAC.Console.Tests/InputHelperTests.cs#L77
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build-test
Process completed with exit code 1.
build-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/