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
The text was updated successfully, but these errors were encountered:
davidnmbond
changed the title
FAA0001 false positive on expressions containing Count()
FAA0001 false positive on expressions containing Count() or Length
Sep 28, 2024
Description
FAA0001 should not suggest "Use .Should().HaveCount()" on non-simplistic expressions
Complete minimal example reproducing the issue
Expected behavior:
No suggestion
Actual behavior:
FAA0001 Use .Should().HaveCount()
Versions
Additional Information
None
The text was updated successfully, but these errors were encountered: