Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 22, 2025

Backport of #117875 to release/10.0-preview7

/cc @jeffhandley @MichalStrehovsky

Customer Impact

  • Customer reported
  • Found internally

The Use compiler-lowered DAM when trimming (#117624) PR introduced a new build failure that was overlooked due to other noise of failing checks. This was reported in API compat error for DisableGeneratedCodeHeuristics in ILLink (#117854), which shows that all PRs into main were affected.

Fix ILLink ref assembly build breaks (#117875) fixed the issue in main. Backporting that fix into Preview 7 will clean up the build state in the release branch while we stabilize the release.

Regression

  • Yes
  • No

It's not a product regression, but there was a regression in the build output, resulting in every PR having a check that fails.

Testing

Fix was merged into main, and subsequent PRs did not see the error.

Risk

Low. This addresses an API Compat validation failure that was missed in a previous PR.

This is blocking dotnet/dotnet#1546. Looks like this got lost in all the WASM timeout noise in #117624.

We can either suppress or add to ref assembly, but ref assembly only has things ILLink custom steps depend on. So suppression it is.

I just regenerated it with `/p:ApiCompatGenerateSuppressionFile=true` so it shuffled two unrelated lines.
@github-actions github-actions bot requested a review from marek-safar as a code owner July 22, 2025 05:17
@dotnet-policy-service dotnet-policy-service bot added the linkable-framework Issues associated with delivering a linker friendly framework label Jul 22, 2025
@ericstj
Copy link
Member

ericstj commented Jul 22, 2025

/ba-g timeout in wasm test build

@ericstj ericstj merged commit 437a54c into release/10.0-preview7 Jul 22, 2025
81 of 89 checks passed
@jeffhandley jeffhandley deleted the backport/pr-117875-to-release/10.0-preview7 branch July 22, 2025 20:04
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

linkable-framework Issues associated with delivering a linker friendly framework Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants