jared-chevalier
jared-chevalier
Hi Andrew. # Problem Could you post a code snippet to demonstrate the issue? Did your test method have a dictionary-type parameter declaration? Or did it have an `object`-type or...
## 1. Diagnostic on a theory method parameter #### Relatively straightforward to implement, but sometimes would produce less useful diagnostics. - This is because the analysis and diagnostics would be...
## 2. Diagnostic on a theory data attribute #### Very ambitious and complex to implement, but would generally produce more useful diagnostics. - The diagnostics would not apply to attributes...
## 3. Diagnostic on a test case argument expression #### Similar assessment as for section 2. - The diagnostics would be even more useful than those in section 2 -...
> The lowest hanging fruit (easiest for us to identify) would be if you are using `TheoryData` I think this is a good idea. Doing this, if nothing else, would...
> Sorry for the delay in responding to this. No problem! > This sounds reasonable. These should reported as two different diagnostics so that developers could easily disable the rule...