Commit 7fabf19
Remove obsolete DataTestMethodsHaveDataRowsAnalyzer (PH2033)
The DataTestMethodsHaveDataRowsAnalyzer is obsolete due to changes in MSTest framework. As of MSTest v3.8, TestMethod supports DataRow, and as of MSTest v3.10, DataTestMethod is marked obsolete with MSTEST0044. Microsoft now provides MSTEST0014 for parameter validation.
Removed:
- DataTestMethodsHaveDataRowsAnalyzer.cs and tests
- PH2033 documentation
- DiagnosticId enum entry
- Updated summary documentation
Build and all tests pass successfully.
Co-authored-by: bcollamore <57269455+bcollamore@users.noreply.github.com>1 parent 9efbd1f commit 7fabf19
5 files changed
Lines changed: 1 addition & 314 deletions
File tree
- Documentation/Diagnostics
- Philips.CodeAnalysis.Common
- Philips.CodeAnalysis.MsTestAnalyzers
- Philips.CodeAnalysis.Test/MsTest
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
Lines changed: 0 additions & 111 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
Lines changed: 0 additions & 129 deletions
This file was deleted.
0 commit comments