RicoSuter / NuGetReferenceSwitcher

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

Private and SpecificVersion references #13

Open shabanovanton opened 8 years ago

shabanovanton commented 8 years ago

Glad to find such handy extension, thank you!

This is a crosspost from my comment on Visual Studio gallery.

I've did a quick forward and back test - switched Nuget reference to project reference and restored it using the extension. However it's easily discoverable via git diff that original Nuget reference was not restored in full: it used to have tag set to "True" and didn't have tag, but after the test it lacks tag and instead has False. Preserving original state of the reference is a key for successful using of this extension, could you address this?