getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
599 stars 206 forks source link

chore: Comment why `format-code` runs on `macos-latest` #3693

Closed bitsandfoxes closed 1 month ago

bitsandfoxes commented 1 month ago

We're currently forced to run on macos for format-code because restoring the workloads on Ubuntu causes errors for Sentry.Samples.Ios.csproj, Sentry.Samples.MacCatalyst.csproj, and Sentry.Samples.MacOS.csproj:

The project depends on the following workload packs that do not exist in any of the workloads available in this installation: Microsoft.iOS.Sdk.net8.0_18.0
You may need to build the project on another operating system or architecture, or update the .NET SDK. 

skip-changelog