When I write a because message starting with "because", FluentAssertions is clever enough to omit the "because" it normally writes of its own.
In more complex scenarios, I'd like to preceed the because with new lines: Should().Be("bla", "\n\rbecause ...");
Therefore, it'd be cool if all leading white space woud be ignored in the check whether the "because" has to be added or not.
In more complex scenarios, I'd like to preceed the because with new lines: Should().Be("bla", "\n\rbecause ...");
Therefore, it'd be cool if all leading white space woud be ignored in the check whether the "because" has to be added or not.