-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Cleanup fix all code. #41512
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
Cleanup fix all code. #41512
Conversation
|
Tagging @mavasani |
|
Thanks @CyrusNajmabadi. @dotnet/roslyn-ide Anyone else wants to take a look? This is just cleaning up code to remove some internal API dependencies so it can eventually be pulled into the shared layer to be consumed by CodeStyle layer. |
...res/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.FixAllProvider.cs
Show resolved
Hide resolved
src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/FixAllContext.DiagnosticProvider.cs
Show resolved
Hide resolved
src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/FixAllContext.DiagnosticProvider.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/BatchFixAllProvider.cs
Outdated
Show resolved
Hide resolved
...res/Core/Portable/CodeFixes/Suppression/AbstractSuppressionCodeFixProvider.FixAllProvider.cs
Outdated
Show resolved
Hide resolved
mavasani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks @CyrusNajmabadi and @sharwell
Extracted from #41510 to make that PR easier to review.