RicoSuter / NuGetReferenceSwitcher

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

Port to Visual Studio for Mac (previously Xamarin Studio) #24

Open KraigM opened 7 years ago

KraigM commented 7 years ago

This is an amazing extension, but when I am working on my Mac side (which is pretty much when Im not developing specifically for Windows) I use Visual Studio for Mac. It would be great to have this same functionality in VS for Mac.

KraigM commented 7 years ago

I have built extensions for Xamarin Studio before and, from my understanding, Visual Studio for Mac is just a rebranding of Xamarin Studio (even supposed to use the exact same extensions). It is pretty different from VS(Win) but I would think that some of the functionality could be reused.

RicoSuter commented 7 years ago

Maybe we should rewrite this as a command line tool for .NET Core so that it can be integrated in many different UIs...