When nuget is used it's normal to have a lot of nuget references. During the development, where a lot of changes are made, it's a very hard when packages resp. dll references are used.
Here comes this extension in play. In the soulution you can have multiple projects. Using the context menu of the solution the references can be switched to project references and back to dll references.
So you can use existing solutions or create temporary solutions, write and test your code and before checking in reset project references. |