Skip to content

update

update #20

Triggered via push October 10, 2024 09:41
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: test/JobProcessorTest.cs#L37
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: test/XValueTest.cs#L77
The variable 'b2' is assigned but its value is never used
build: test/XIsIfExtensionTest.cs#L20
The variable 'expected' is assigned but its value is never used
build: test/xForEachTest.cs#L33
The variable 'value' is assigned but its value is never used
build: test/XStringTest.cs#L12
The actual value should not be a constant - perhaps the actual value and the expected value have switched places (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2007.md)
build: test/XStringTest.cs#L13
The actual value should not be a constant - perhaps the actual value and the expected value have switched places (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2007.md)
build: test/XIsIfExtensionTest.cs#L24
Consider using the constraint model, Assert.That(actual, Is.Not.EqualTo(expected)), instead of the classic model, Assert.AreNotEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2006.md)
build: test/XIsIfExtensionTest.cs#L14
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
build: test/XIsIfExtensionTest.cs#L14
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
build: test/XIsIfExtensionTest.cs#L14
The actual value should not be a constant - perhaps the actual value and the expected value have switched places (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2007.md)