I\'ve decided to start running StyleCop on a medium sized project and am getting over 1000 warnings.
Is there a quick easy way to fix most of these warnings? Most of
Nowadays you can use the StyleCop.Analyzers NuGet package in your projects.
Updating the package can result in a lot of new warnings.
Ctrl + . shows available quick fixes. A fix can be applied to the whole document, project or solution at once.
A Preview Changes window lets you deselect the lines to resolve manually.
CodeMaid is a good tool to fix formatting errors in batch or automatically.