build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202#5143
build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202#5143jamescrosswell merged 2 commits intomainfrom
Conversation
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.201 to 10.0.202. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.202 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Fixes 🐛
Dependencies ⬆️Deps
Other
🤖 This preview updates automatically when you update the PR. |
1 similar comment
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Fixes 🐛
Dependencies ⬆️Deps
Other
🤖 This preview updates automatically when you update the PR. |
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b2b0608. Configure here.
| if: runner.os == 'macOS' | ||
| shell: bash | ||
| run: sudo xcode-select --switch /Applications/Xcode_26.2.app | ||
| run: sudo xcode-select --switch /Applications/Xcode_26.3.app |
There was a problem hiding this comment.
Xcode 26.3 may not be available on CI runners
High Severity
The Xcode pin was changed from Xcode_26.2.app to Xcode_26.3.app to accommodate the new .NET SDK 10.0.202 requirement. However, as noted in the PR discussion, the current macOS runner images only have Xcode 26.2 installed. This xcode-select --switch command will fail because /Applications/Xcode_26.3.app does not exist on the runners, breaking all macOS CI builds.
Reviewed by Cursor Bugbot for commit b2b0608. Configure here.
There was a problem hiding this comment.
Except that it didn't fail... build/tests all green.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5143 +/- ##
=======================================
Coverage 74.05% 74.05%
=======================================
Files 501 501
Lines 18107 18107
Branches 3523 3523
=======================================
Hits 13409 13409
Misses 3837 3837
Partials 861 861 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* build(deps): bump dotnet-sdk from 10.0.201 to 10.0.202 Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.201 to 10.0.202. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/commits) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.202 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump to xcode 26.3 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Crosswell <jamescrosswell@users.noreply.github.com>


Bumps dotnet-sdk from 10.0.201 to 10.0.202.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)