RicoSuter / NuGetReferenceSwitcher

Visual Studio extension to switch between NuGet and project references.
http://nugetreferenceswitcher.org
Microsoft Public License
208 stars 69 forks source link

Ability to switch to dll file path instead of project reference #26

Open icnocop opened 7 years ago

icnocop commented 7 years ago

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 to test a dll built from a project, but don't want to add the project to the current solution. And so I just want to reference "..\Common\MySharedDependency\bin\Release\MySharedDependency.dll".

Thank you.

0xorial commented 7 years ago

+1

RicoSuter commented 7 years ago

I currently don't have plans to work on this project and add features... I'm planning to reimplement the project as a command line tool with support for .NET Core and the new msbuild projects... I'm not sure yet if this will also support the "old" msbuild project types (i.e. with packages.config instead of <PackageReference tags)