One of the small quality-of-life features in Fluent Assertions 8 is that it will provide more context when two strings differ in a construct like "subject.Should().Be(expected)". Note that "BeEquivalentTo" will only do that when the IncludingFullStringsInDifference option is used.
2 likes 0 replies
?