update #18
Annotations
10 warnings
build:
test/XValueTest.cs#L77
The variable 'b2' is assigned but its value is never used
|
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/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#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)
|
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)
|