Skip to content

[main] Source code updates from dotnet/runtime#5506

Merged
dotnet-maestro[bot] merged 4 commits intomainfrom
darc-main-a4b3fe89-6411-4435-84c8-b5e422cb371f
Mar 18, 2026
Merged

[main] Source code updates from dotnet/runtime#5506
dotnet-maestro[bot] merged 4 commits intomainfrom
darc-main-a4b3fe89-6411-4435-84c8-b5e422cb371f

Conversation

@dotnet-maestro
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Mar 16, 2026

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
darc vmr diff --name-only https://github.com/dotnet/runtime:9e583898f6d4f44293836d5d9026d2df32cef9ef..https://github.com/dotnet/dotnet:darc-main-a4b3fe89-6411-4435-84c8-b5e422cb371f

@dotnet-maestro
Copy link
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.

@dotnet-policy-service dotnet-policy-service bot requested a review from a team March 16, 2026 22:28
@dotnet-maestro
Copy link
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
Copy link
Member

@sbomer

src\sdk\artifacts.packages\microsoft.dotnet.ilcompiler\11.0.0-ci\build\Microsoft.NETCore.Native.Publish.targets(6,11): error MSB4057: (NETCORE_ENGINEERING_TELEMETRY=Build) The target "_PrepareTrimConfiguration" does not exist in the project.

@steveisok
Copy link
Member

I think dotnet/runtime#125629 should fix it.

@sbomer
Copy link
Member

sbomer commented Mar 17, 2026

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.
@dotnet-policy-service dotnet-policy-service bot requested a review from a team March 17, 2026 20:50
@dotnet-maestro dotnet-maestro bot merged commit 681a2b1 into main Mar 18, 2026
16 checks passed
@dotnet-maestro dotnet-maestro bot deleted the darc-main-a4b3fe89-6411-4435-84c8-b5e422cb371f branch March 18, 2026 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants