RicoSuter / NuGetReferenceSwitcher

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

FSharp support #1

Open haraldsteinlechner opened 9 years ago

haraldsteinlechner commented 9 years ago

Hi,

i just added *.fsproj to the open project dialog in order to support fsharp projects. unfortunately i got a null exception (in a message box) when trying to switch to projects in my rather big project.

Should FSharp support be as simple as this? Do you have any tips how i can debug the vsx in order to add proper fsharp support?

RicoSuter commented 9 years ago

This SO page explains how to debug the extensions: http://stackoverflow.com/questions/9281662/how-to-debug-visual-studio-extensions

RicoSuter commented 9 years ago

Could you start the extension with debugger attached?