Skip to content

It no longer supports datetime checking. #16

It no longer supports datetime checking.

It no longer supports datetime checking. #16

Triggered via push October 8, 2024 12:09
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#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)