einaregilsson / StopOnFirstBuildError

Visual Studio extension to stop solution build immediately after a projects fails to build.
http://einaregilsson.com/stop-build-on-first-error-in-visual-studio-2010/
51 stars 17 forks source link

VS2017 support #9

Closed ljani closed 7 years ago

ljani commented 7 years ago

Thanks for the wonderful extension! Any love for VS2017 on the market place?

einaregilsson commented 7 years ago

I don't have VS 2017, or even a Windows machine right now, so probably not unless someone sends in a pull request :) . But probably it's just a matter of adding a new version number, unless they've dramatically changed the VS APIs.

woldner commented 7 years ago

I have created a pull request that adds Visual Studio 2017 support: #10

"To support the new light-weight install of Visual Studio 2017, the VSIX extension manifest format has been updated to version 3 (VSIX v3)."

einaregilsson commented 7 years ago

Thanks! Am merging it now, will try to publish sometime today!

einaregilsson commented 7 years ago

Published at https://marketplace.visualstudio.com/items?itemName=EinarEgilsson.StopOnFirstBuildError , big thanks to @jwldnr ! 👍