[main] Source code updates from dotnet/runtime#5506
Merged
dotnet-maestro[bot] merged 4 commits intomainfrom Mar 18, 2026
Merged
[main] Source code updates from dotnet/runtime#5506dotnet-maestro[bot] merged 4 commits intomainfrom
dotnet-maestro[bot] merged 4 commits intomainfrom
Conversation
Diff: https://github.com/dotnet/runtime/compare/c38f37a3a1c39ca921fe156d472990d259977f6f..e2322af414f50e22ef8eeafb75a1068effd77a96 From: dotnet/runtime@c38f37a To: dotnet/runtime@e2322af [[ commit created by automation ]]
Contributor
Author
Diff: https://github.com/dotnet/runtime/compare/e2322af414f50e22ef8eeafb75a1068effd77a96..9e583898f6d4f44293836d5d9026d2df32cef9ef From: dotnet/runtime@e2322af To: dotnet/runtime@9e58389 [[ commit created by automation ]]
Contributor
Author
|
Note PRs from original repository included in this codeflow update:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
akoeplinger
approved these changes
Mar 17, 2026
Member
|
Member
|
I think dotnet/runtime#125629 should fix it. |
Member
|
Looking into it. |
The SDK's Directory.Build.targets overrides KnownILCompilerPack and KnownCrossgen2Pack to use the live runtime version during VMR builds, but was missing a corresponding KnownILLinkPack override. This caused a version mismatch where the new ILC targets (referencing _PrepareTrimConfiguration) were resolved against the old ILLink from the bootstrap SDK, which doesn't define that target.
akoeplinger
approved these changes
Mar 17, 2026
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.
Note
This is a codeflow update. It may contain both source code changes from
the source repo
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/runtime
Diff the source with this PR branch