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

Fixes issue #32 and other bugs #34

Closed sajalverma17 closed 2 years ago

sajalverma17 commented 2 years ago

Fixes #32 1 Fixed bug for Opening diff against solution items resulting in null reference 2 Fixed C++ headers also showing up under "External Dependencies" in Solution Explorer view 3 Fixed major bug to make "Open Diff With Base" on .csproj files working.

Refactoring on VS-specific code.

TODO: Fix builds and test with PR build artifacts. Added new Nuget dependency in VS.Shared project code which might cause issues when VSIX compiles for two diff targets (VS2019 and VS2022).