update #13
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
test/XIsIfExtensionTest.cs#L20
The variable 'expected' is assigned but its value is never used
|
build:
test/xForEachTest.cs#L32
The variable 'value' is assigned but its value is never used
|
build:
test/XValueTest.cs#L77
The variable 'b2' is assigned but its value is never used
|
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)
|
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/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)
|