NuGetReferenceSwitcher
NuGetReferenceSwitcher copied to clipboard
Visual Studio extension to switch between NuGet and project references.
How about a filter for only the projects in my SLN? Having the ability to switch everything is great but I wouldn't think is the common case, no? I'm happy...
I use Nuget.config to change the path where packages are stored. The extension fails to detect any nuget references. I just had casing differences in the folder name and relocated...
`` ` `` causes any other Nuget Refs to be skipped in a project due to throwing an exception. ****************************************************************************************************** Fix (which worked for me) is to add an extra...
I have some NuGet Packages used in two solutions. Solution #1 - all the projects referencing the NuGets are directly under the Solution. NuGetReferenceSwitcher lets me convert the NuGet Refs...
Within a Project, if I use NuGetReferenceSwitcher to switch from a NuGet to a Project Reference for NuGet Package X, and then use NuGetReferenceSwitcher to revert back to the NuGet...
It seems that key-down closes the OpenFileDialog and key-up closes the dialog. This can be a bit annoying when you have to add multiple projects and suddenly dialog is closed...
Hi. Thank you for NuGetReferenceSwitcher. I'd like to request the ability to switch to a dll file path instead of a project reference. For example, I'd like to be able...
Hi, When selecting a project can you please remove the open dialog filter of .csproj and .vbproj as I use vcxproj and I cannot import it Thanks
This is an amazing extension, but when I am working on my Mac side (which is pretty much when Im not developing specifically for Windows) I use Visual Studio for...
I am working in a ASP.NET project with 8 nugets installed but the switcher just shows 4 of them(these are also used in a class library inside the same solution)