My project uses Visual Studio 2017, Git, and Azure DevOps (formerly VSTS)
We're on a large project and, when doing refactoring, we can change the same using statement on LOTS of files. That makes it painful for reviewers to sort out when combing through my pull request. I'd love a way to either exclude files from a PR where only using statements have changed or maybe group those files together.
Does anyone know of a programmatic way of doing this? Or maybe an add-in for Azure Devops? I'll take any method of solving the problem or a "Write it and I'll use it" response.