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

Situation: I have one project switched successfully Action: I attempt to switch another, using "Add new project to solution", then hitting "Switch to project references" Result: Unspecified error (Exception from...

The path of a project to reference is C:\blub blub\MyProject.csproj The first switch from package to project is successful. Switching back works. Once you now try to switch again into...

I've added a fix that save automatically all the project and the solution so you don't need to save it manually everytime you are switching. Added the possibility to load...

I'm trying to switch a particular assembly, `Xamarin.Forms.Platform.UAP`, to a project, so that I can debug into it. The source for this assembly is part of a public github repo....

It look like it doesn't find any nugets in "Switch to Project references" tab...

Added steps to utilize git stash if the underlying solution is in git control in order to stash any changes made before switching references, and restore those changes after switching...

help wanted

Great plugin, but having to manually select projects every time you want to switch is really tedious. All I need is a 'simple mode' that: * for every project `p`...

After changing back to using nuget packages from projects, there are two files being left in the directory that are no longer needed: - *.nugetreferenceswitcher - *.previous.nugetreferenceswitcher This is also...

I have an Asp.Net Core project referencing my own lib, which is dependent on another library. I have all 3 projects opened in one solution, referencing the dependencies via NuGet....