NuGetReferenceSwitcher icon indicating copy to clipboard operation
NuGetReferenceSwitcher copied to clipboard

Ability to switch to dll file path instead of project reference

Open icnocop opened this issue 8 years ago • 2 comments

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.

icnocop avatar May 11 '17 05:05 icnocop

+1

0xorial avatar May 29 '17 14:05 0xorial

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)

RicoSuter avatar May 29 '17 16:05 RicoSuter