NuGetReferenceSwitcher icon indicating copy to clipboard operation
NuGetReferenceSwitcher copied to clipboard

Visual Studio extension to switch between NuGet and project references.

Results 40 NuGetReferenceSwitcher issues
Sort by recently updated
recently updated
newest added

I have projects with many packages, and finding them in a large list can be time consuming. Happy to implement if you're willing to take the feature.

In my Visual Studio 2015, the NuGet Reference Switcher extension is not working. And there's no errors. It might have been usefull to have some output. We do have about...

Cool to have this support *.xproj files as well. Alternatively, #17 would also work as a nice workaround for now.

If we have a nuget.config file with a repositoryPath for a directory than is not named "packages" the nuget package references are not recognized as nuget package references and you...

When I switch back to NuGet references, I get the error Project unavailable. If I opt not to remove projects when switching, I don't get the error message.

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...

![image](https://cloud.githubusercontent.com/assets/13384013/8777101/7dfcdfa2-2ebb-11e5-9aee-3838905c98dd.png) I have a single project I'm switching references on. If I open my solution, go to Tools->Switch references, I see the project path selected. Clicking "Switch" produces the error...

I'm looking to split huge VS solution to multiple smaller "partial" solutions. Partial solutions would build separate components (in a form of one or multiple NuGet packages) and Master solution...

Hi, i just added *.fsproj to the open project dialog in order to support fsharp projects. unfortunately i got a null exception (in a message box) when trying to switch...

Following [Update a Visual Studio extension for Visual Studio 2022](https://learn.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022) to make the extension available for Visual Studio 2022. Please be noted that not all the steps in the documents...