-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Analyzer: DynamicData should be valid #2237
Comments
Would be perfect if this could compare the count and type of parameters when IEnumerable is used. |
Thanks! I definitely missed these cases here but I described them in the global analyzers ticket. |
✅ Successfully linked to Azure Boards work item(s): |
@engyebrahim As discussed, postponing to milestone 3.4 |
I also have a issue with |
Moved the above issue to a separate one. This is a work item to create the analyzer, not an issue report. |
Summary
Title: DynamicData should be valid
Category: Usage
Description:
Default severity: Warning
Please refer to
MSTEST0003: Test methods should have valid layout
.Non exhaustive list of constraints:
IEnumerable<object[]>
orIEnumerable<(Value)Tuple<...>>
)AB#1950780
The text was updated successfully, but these errors were encountered: