NuGetReferenceSwitcher
NuGetReferenceSwitcher copied to clipboard
Private and SpecificVersion references
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 <Private> tag set to "True" and didn't have <SpecificVersion> tag, but after the test it lacks <Private> tag and instead has <SpecificVersion>False</SpecificVersion>. Preserving original state of the reference is a key for successful using of this extension, could you address this?