Skip to content

Setups are considered harmful #96

Setups are considered harmful

Setups are considered harmful #96

Triggered via push June 15, 2024 11:56
Status Failure
Total duration 2m 47s
Artifacts

actions.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)