sajalverma17 / GitBranchDiffer

A Visual Studio Extension that displays source files Added/Modified/Renamed between a base branch you choose to diff against, and the current working branch in your Git repo. The diffed files are shown in the Solution Explorer using a Solution Explorer Filter
MIT License
6 stars 1 forks source link

Add analyzers to code #23

Closed sajalverma17 closed 1 year ago

sajalverma17 commented 3 years ago

Code currently doesn't follow any particular style guide. Add Style-Cop analyzers to BranchDiffer.Git and BranchDiffer.VS project. such that using statements are ordered, all local variables at class-level are referenced using this etc.

I am open to any analyzer. Roslyn for eg., and StyleCop. The analyzers will then throw warnings in lines of code when building GitBranchDiffer.sln, and the warnings can be fixed by clicking the "bulb" icon at that line of code in Visual Studio.

I think this is a good first issue for newbies if they read up on a few topics like Static Code Analysis Just comment here and I will assign it to you, and help and support will be provided throughout :)