Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching between source control branches causes spurious add/delete popups #19

Open
pistole opened this issue Feb 27, 2018 · 0 comments

Comments

@pistole
Copy link

pistole commented Feb 27, 2018

When using a source control tool that does in-place branch changing (git, etc) and you have something like the following:

branch A:
   SomeClassInAllBranches.cs
   SomeClassOnlyInBranchA.cs
   myproject.csproj (which includes SomeClassOnlyInBranchA.cs and SomeClassInAllBranches.cs)
branch B:
   SomeClassInAllBranches.cs
   SomeClassOnlyInBranchB.cs
   myproject.csproj (which includes SomeClassOnlyInBranchB.cs and SomeClassInAllBranches.cs)

Switching from branch A to branch B will cause popups asking if you want to remove SomeClassOnlyInBranchA.cs from the .csproj file and add SomeClassOnlyInBranchB.cs to the .csproj file, even though the .csproj file in branch B already contains those changes.

I would be nice to be able to force the extension to reread the .csproj files before suggesting changes, or to not make suggestions if multiple files were added/removed simultaneously or something similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant