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:
manfred-brands
changed the title
[bug] NUnit2014 doesn't flag Enumerable.Any(predicate)
[suggestion] NUnit2014 doesn't flag Enumerable.Any(predicate)
Jun 2, 2024
If you are going to quote documentation, then be complete:
Using `Does.Contain` (or `Does.Not.Contain`) constraint will lead to better assertion messages in case of failure,
so this analyzer marks all usages of string `Contains` method where it is possible to replace
with `Does.Contain` constraint.
Very similar to #748, but for
.Any()
. NUnit.Analyzers should be able to convertto
but it doesn't.
The text was updated successfully, but these errors were encountered: