Skip to content

test fields should be readonly #99

test fields should be readonly

test fields should be readonly #99

Triggered via pull request August 21, 2024 12:53
Status Failure
Total duration 4m 48s
Artifacts

actions.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
test: NUnit.Extensions.Tests/Middlewares/TestWithRetriesHasItsOwnSetup.cs#L91
Converting null literal or possible null value to non-nullable type.
test: NUnit.Extensions.Tests/Middlewares/TestWithRetriesHasItsOwnSetup.cs#L91
Dereference of a possibly null reference.
test: NUnit.Extensions.Tests/Middlewares/ParallelParametrizedTestFixtureTest.cs#L63
Fields in test classes should be readonly
test: NUnit.Extensions.Tests/Middlewares/ParallelParametrizedTestFixtureTest.cs#L45
Setup methods are considered harmful (https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices#prefer-helper-methods-to-setup-and-teardown)
test: NUnit.Extensions.Tests/Middlewares/TestWithRetriesHasItsOwnSetup.cs#L91
Converting null literal or possible null value to non-nullable type.
test: NUnit.Extensions.Tests/Middlewares/TestWithRetriesHasItsOwnSetup.cs#L91
Dereference of a possibly null reference.
test: NUnit.Extensions.Tests/Middlewares/ParallelParametrizedTestFixtureTest.cs#L63
Fields in test classes should be readonly
test: NUnit.Extensions.Tests/Middlewares/ParallelParametrizedTestFixtureTest.cs#L45
Setup methods are considered harmful (https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices#prefer-helper-methods-to-setup-and-teardown)