JetBrains Rider code cleanup #253
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/
|