dotnet(deps[sdk]) bump dotnet-sdk from 10.0.302 to 10.0.400 - #6
Open
dependabot[bot] wants to merge 2 commits into
Open
dotnet(deps[sdk]) bump dotnet-sdk from 10.0.302 to 10.0.400#6dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Contributor
|
@dependabot rebase |
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.302 to 10.0.400. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v10.0.302...v10.0.400) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 10.0.400 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/dotnet_sdk/dotnet-sdk-10.0.400
branch
from
August 17, 2026 00:26
754630e to
a123a31
Compare
why: Dependabot moves global.json alone. Two other things pin the same SDK and neither followed, so this branch failed 18 of 21 checks and would have broken every local toolchain on merge. 10.0.400 bundles different versions of Microsoft.NET.ILLink.Tasks and Microsoft.DotNet.ILCompiler than 10.0.302 -- 8.0.29 to 8.0.30, and 10.0.10 to 10.0.11. The lock files still pinned the old ones, so restore --locked-mode refused before anything compiled. That is NU1004, which reads like a dependency problem and is not one. .tool-versions still named 10.0.302 while global.json asked for exactly 10.0.400 with rollForward disabled. CI cannot see that: setup-dotnet reads global.json and never looks at .tool-versions. Locally every dotnet command failed with "A compatible .NET SDK was not found". what: - Pin dotnet 10.0.400 in .tool-versions, matching global.json - Regenerate every lock file with restore --force-evaluate - The regeneration also refreshes project-reference records from 0.0.0-alpha.6 to alpha.7, left stale by the version bump; locked mode enforces package entries only, which is why nothing caught it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps dotnet-sdk from 10.0.302 to 10.0.400.
Release notes
Sourced from dotnet-sdk's releases.
... (truncated)
Commits
32593ca[release/10.0.4xx] Fix hostfxr resolution failure on musl (#55519)34bb679[release/10.0.4xx] Fix NuGet subcommand help forwarding (#55482)5b623a1[release/10.0.4xx] Fix missing data for ReportInstallSucces (#55485)0066c99Merge branch 'release/10.0.4xx' into backport/pr-55483-to-release/10.0.4xx042be08[release/10.0.4xx] Source code updates from dotnet/dotnet (#55465)a5af175Fix missing data for ReportInstallSucces9cac8b9Add copilot-app LLM environment telemetry detection [10.0.4xx] (#55443)1d1aa49Re-enable C++/CLI test coverage previously gated on VS 2026 toolset availabil...5b2b079[automated] Merge branch 'release/10.0.3xx' => 'release/10.0.4xx' (#55375)87fb6b4Reset files to release/10.0.4xx