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

VS 2019 support #12

Closed Christoph-Wagner closed 5 years ago

Christoph-Wagner commented 5 years ago

I forked and updated for VS 2019 Preview here: https://github.com/Christoph-Wagner/StopOnFirstBuildError

I'd be happy to submit a PR for 2017/2019 support, but I can't test with older versions as I don't have those. And 2010 support is AFAIK generally not possible with 2019 extensions. Let me know how you want me to handle this. I'd also be happy to wait until 2019 is RTM.

einaregilsson commented 5 years ago

Thanks! Would this change work for the RTM? Or would we need to change some version numbers again when that comes out?

Christoph-Wagner commented 5 years ago

It should work for RTM unless they have to make some drastic changes for some reason ;)

einaregilsson commented 5 years ago

Ok, great, make a PR and I'll try to merge and get it out sometime in the next few days.

jedidja commented 5 years ago

Just went looking for this and happy to see @Christoph-Wagner already has solution ready for next week (or sometime soon) :)