In this section, you will learn how to apply batch code fixes to fix multiple instances of similar diagnostics across different scopes. We will apply the FixAll code fix for the Make uppercase code fix in the default analyzer + code fix template project and fix multiple type names across the document, project, and solution scopes so they all contain upper case letters only. We will show you how to invoke a FixAll code fix from the editor light bulb, and then use the FixAll preview changes dialog to selectively choose the fixes to apply to your solution.
Applying batch code fixes (FixAll) across different scopes: document, project, and solution
Getting ready
You will need to have Visual Studio 2017 installed on your machine...