fsprojects / Paket.VisualStudio

Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
MIT License
147 stars 51 forks source link

Custom exception class for Paket failures so that we catch what is intended to be caught #155

Closed ruhullahshah closed 6 years ago

ruhullahshah commented 6 years ago

Removing the base type Exception since LaunchProcess may through exceptions and we end up catching it in the restore in a wrong way