You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now it takes to code-fixes to get there since list.Should().HaveCount(0); triggers CollectionShouldBeEmptyAnalyzer that suggests list.Should().BeEmpty();.
This is really just a nice to have.
are correctly simplified into:
It would be nice, if they could be simplified directly into the
ContainSingle
andBeEmpty
instead.The text was updated successfully, but these errors were encountered: