NuGet Reference Switcher is a Visual Studio extension which automatically switches NuGet assembly references to project references and vice-versa. This is useful when developing applications which reference own NuGet packages: When developing an application, switch to project references so that all code is editable and debuggable. After finishing the development, create new NuGet package versions, switch back to NuGet references and upgrade to the new NuGet versions.
Guide about how to use the extension
Features:
- Switches from NuGet DLL references to project references and stores the changes to revert them later
- Automatically adds and removes projects to the solution if desired
- Checks project dependencies so that the projects get added and removed in the correct order
- Download for Visual Studio 2019
- Download for Visual Studio 2017
- Download for Visual Studio 2015
- Download for Visual Studio 2013
- Download for Visual Studio 2012
The NuGet Reference Switcher extension is developed by Rico Suter using the MyToolkit library.
(This project has originally been hosted on CodePlex)
In order to build the extension, you need to install the Visual Studio SDK(s):
Visual Studio 2012 SDK:
http://www.microsoft.com/en-us/download/details.aspx?id=30668
Visual Studio 2013 SDK:
http://www.microsoft.com/en-us/download/details.aspx?id=40758
Visual Studio 2015 SDK:
https://msdn.microsoft.com/en-us/library/mt683786.aspx
After installing the SDK, run one of the batch files from the /build
directory in the corresponding Visual Studio Command Prompt. The release output can be found in the /build/Output
directory.
Right click on the extension project and select Properties
. In the Debug
tab set Start External Program
to one of the following Visual Studio executables:
Visual Studio 2012:
C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe
Visual Studio 2013:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Visual Studio 2015:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe
Visual Studio 2017:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.exe
And set the Command line arguments
to:
/rootsuffix Exp