RicoSuter / NuGetReferenceSwitcher

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

Onject reference not set error if project was already removed #50

Open d4e666 opened 4 years ago

d4e666 commented 4 years ago

When selecting "remove projects" and the project is already removed, this gives an object not set exception, this should the just skip the removal step instead of the error.

DEFENSIVE PROGRAMING 101