RicoSuter / NuGetReferenceSwitcher

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

Visual Studio 2019 support #46

Closed crystalgreen closed 5 years ago

crystalgreen commented 5 years ago

It would be helpful to support the new Visual Studio 2019.

RicoSuter commented 5 years ago

Not planned - please use dnt instead: https://github.com/RicoSuter/DNT

crystalgreen commented 5 years ago

Okay, thanks for the info.

quirijnslings commented 5 years ago

Does DNT work for .NET Framework projects as well? It looks like 'core-only' to me.

RicoSuter commented 5 years ago

It should work - it shurely does for SDK-style projects targeting full .net - but I think it should also work for legacy projects...

quirijnslings commented 5 years ago

I get an error on all my projects, 'foobar.csproj could not be loaded: Could not locate the tools (MSBuild) path.' But it has worked partially: the projects that represent the Nuget packages have been added to the solution, but the references are still pointing to the DLLs in the packages folder. Can I create an issue for this?

RicoSuter commented 5 years ago

Do you have vs 2017 installed?

RicoSuter commented 5 years ago

Vs 2019 not ready yet there too: https://github.com/RicoSuter/DNT/pull/37#issuecomment-486967572

quirijnslings commented 5 years ago

Thanks, I will wait for that and in the mean time move back to VS2017 if I need reference switching. Thanks for your help.