NuGetReferenceSwitcher icon indicating copy to clipboard operation
NuGetReferenceSwitcher copied to clipboard

Private and SpecificVersion references

Open shabanovanton opened this issue 9 years ago • 0 comments

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?

shabanovanton avatar Dec 16 '15 13:12 shabanovanton