RicoSuter / NuGetReferenceSwitcher

Visual Studio extension to switch between NuGet and project references.
http://nugetreferenceswitcher.org
Microsoft Public License
208 stars 69 forks source link

Files Leftover After Switching Back To Nuget Packages #41

Open SmeeK153 opened 6 years ago

SmeeK153 commented 6 years ago

After changing back to using nuget packages from projects, there are two files being left in the directory that are no longer needed:

This is also causing a tag to be removed from the csproj file and a to be added, and this is not reversed when switching back to nuget packages from projects.

Would it be possible to internally create a git "feature" branch on the solution being edited when using this utility so that when project references are switched back to nuget packages then everything can be rolled back?

I would be willing to work in this change myself.

SmeeK153 commented 6 years ago

Added pull request to integrate these changes: https://github.com/RSuter/NuGetReferenceSwitcher/pull/42