-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address CA1862 cases to diagnose and to fix and improve messages (#6928)
* Fix incorrect test cases, add missing tests, add comments. * Ensure the tests for "diagnostic but no fix" are actually not fixing it. * Improve messages * More test fixes * Modify the analyzer and fixer logic, still need to figure out parenthesis walk up * Apply suggestions * Fix formatting * msbuild -t:pack and xlfs * Additional test adjustments. * Fix parenthesis handling. * Address roslyn suggestions * Fix roslyn suggestions * Fix roslyn suggestions * Fix test cases for IndexOf with named unordered arguments. * Use string constant instead of loading it. * Revert the code fix title prefixes. Move the Equals one next to the other two. * Update messages with suggestions
- Loading branch information
1 parent
6bf9333
commit 8611d76
Showing
24 changed files
with
903 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.