Hi
The documentation says there is an overload for NotBeInAscendingOrder with a lambda but I can't find this one into the 3.4.1 version. The latest 4.0.0 version does not seem to have this overload neither.
I'm looking for
collection.Should().NotBeInAscendingOrder(x => x.SomeProperty);
but only found
collection.Should().NotBeAscendingInOrder()
Thanks
Phil