-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Context
After the #10577 is merged the new warnings of xunit analyzers were disabled. The goal is to check each warning and enable or leave as it is with explanation
Goal
The goal is to enable the warning when Assert,Empty is used on the filtered collection.
Instead there is Assert.DoesNotContain(array, condition) could be used.
The pros of using this:
- More readble test's code
- Unified style in tests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels