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

VS2022? #17

Open kentcb opened 2 years ago

kentcb commented 2 years ago

Hi there,

I love this extension - it's super useful for complex F# solutions to save a ton of time with each compilation. Just wondering if you plan on tweaking this to support VS2022?

Thanks!

einaregilsson commented 2 years ago

I don't have a Windows machine anymore, so I can't really work on this. Haven't used VS in years. But usually these only require a small change in the manifest file, so if someone feels like sending a pull request I could try to get this running. But I also saw in some other issue I think that this might be an option in MSBuild now, see https://docs.microsoft.com/en-us/dotnet/api/microsoft.build.tasks.msbuild.stoponfirstfailure?view=msbuild-16-netcore

Although they say this is not meant to be used from user code it sounds like it does exactly what you'd want.

shuelsmeier commented 2 years ago

Hi,

in the next week, I can try leveraging this extension to VS2022.

einaregilsson commented 2 years ago

@shuelsmeier There's an artifact in the Actions tab, see https://github.com/einaregilsson/StopOnFirstBuildError/actions/runs/1421752718

You should be able to download a zip there with both the VS2019 and the VS2022 versions 🙂

johnseghersmsft commented 2 years ago

The artifact has expired. Is there a chance this might get pushed to the Marketplace?

ShloEmi commented 2 years ago

builds-for-vs2019-and-vs2022 Expired

ShloEmi commented 2 years ago

The artifact has expired. Is there a chance this might get pushed to the Marketplace?

builds-for-vs2019-and-vs2022 Expired

ManuelKugelmann commented 2 years ago

https://github.com/einaregilsson/StopOnFirstBuildError/raw/60d9de76496bc9cfba7c87c4dcf7a771a7818907/Dist/StopOnFirstBuildError2022.vsix

tomasfil commented 1 year ago

Hello, I did take the project and republished it to marketplace for VS 2022: https://marketplace.visualstudio.com/items?itemName=Tomasfil.StopOnFirstBuildError2022&ssr=false#overview

All credit is made to this repo, had no work with it other than to the publishing

gzur commented 1 year ago

@tomasfil - Einar, the maintainer of this repository has passed away, leaving this project orphaned. I have assumed stewardship of his account on behalf of his widow.

Would you like to assume ownership of this project?

I would just archive this repo and add a message to the README pointing to you fork.

kentcb commented 1 year ago

@gzur That's very sad. My condolences to his wife and yourself.