build(deps): bump dotnet-sdk from 10.0.102 to 10.0.201#5029
build(deps): bump dotnet-sdk from 10.0.102 to 10.0.201#5029jamescrosswell merged 9 commits intomainfrom
Conversation
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.102 to 10.0.201. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v10.0.102...v10.0.201) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.201 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. Breaking Changes 🛠
Features ✨
Fixes 🐛
Dependencies ⬆️Deps
Other
🤖 This preview updates automatically when you update the PR. |
…/dotnet-sdk-10.0.201
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5029 +/- ##
==========================================
- Coverage 74.01% 74.00% -0.01%
==========================================
Files 499 499
Lines 18065 18066 +1
Branches 3518 3518
==========================================
Hits 13370 13370
- Misses 3836 3841 +5
+ Partials 859 855 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
| "omnisharp.useModernNet": true, | ||
| "dotnet.defaultSolution": "Sentry.slnx" | ||
| "dotnet.defaultSolution": "Sentry.slnx", | ||
| "java.configuration.updateBuildConfiguration": "interactive" |
There was a problem hiding this comment.
Unrelated Java VS Code setting accidentally committed
Low Severity
The java.configuration.updateBuildConfiguration setting is a Java extension preference that has no relation to this .NET SDK bump PR. This appears to be a local VS Code configuration change that was unintentionally staged and committed alongside the actual changes. It adds noise to the shared workspace settings for a project that has no Java components.
| { | ||
| actual.FrameworkInstallation.Version.Should().NotBeNull("FrameworkInstallation.Version is null"); | ||
| } | ||
| actual.FrameworkInstallation.Version.Should().NotBeNull("FrameworkInstallation.Version is null"); |
There was a problem hiding this comment.
I was fixing this for Win64 anyway, so we can finally remove the todo from the v6 release.


Bumps dotnet-sdk from 10.0.102 to 10.0.201.
Workaround for Regression
.NET SDK 10.0.201 introduced a regression in dotnet remove package where passing a project path that points to a subdirectory is silently ignored — the command searches the current working directory instead, failing with "Could not find any project in " if no .csproj exists there.... which caused a couple of our integration tests to fail with:
dotnet remove maui-app/maui-app.csproj package 'Microsoft.Extensions.Logging.Debug'# Could not find any project in /path/to/integration-test. Exit code: 1As a workaround, we now run that command from within the project directory rather than by passing a relative path to the project
MS Build issues
.NET SDK 10.0.201 requires MSBuild 18.0, which ships with VS 2026 — not VS 2022 (17.x)... the only way to get this is by bumping to one of the beta runners:
windows-2025-vs2026.Details
Release notes
Sourced from dotnet-sdk's releases.
Commits
9396d43[release/10.0.2xx] Update dependencies from microsoft/testfx (#53040)5b3917a[release/10.0.2xx] Source code updates from dotnet/dotnet (#53033)999a5e9Update dependencies from https://github.com/microsoft/testfx build 20260213.4eb732b2Update dependencies from build 301816df97841Update dependencies from build 3017956e84e96[release/10.0.2xx] Update dependencies from microsoft/testfx (#53025)5783160Update dependencies from https://github.com/microsoft/testfx build 20260212.143549ea[release/10.0.2xx] Update dependencies from microsoft/testfx (#53000)3ee9b7dUpdate dependencies from https://github.com/microsoft/testfx build 20260211.3ff55ce3[release/10.0.2xx] Update dependencies from microsoft/testfx (#52970)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)