RicoSuter / NuGetReferenceSwitcher

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

Fix blocked input after window is closed #12 #36

Closed waldfee closed 6 years ago

waldfee commented 6 years ago

Derive from Microsoft.VisualStudio.PlatformUI.DialogWindow instead of System.Windows.Window.

Also reenabled auto-save. Does not work like expected (no projects are actually saved) - maybe someone can help?

2017 compiles and works fine, could not test others.

RicoSuter commented 6 years ago

Just inheriting from DialogWindow solves this problem?

waldfee commented 6 years ago

Opening the window via ShowModal() (a method of DialogWindow) instead of ShowDialog() does the trick.