Skip to content

[browser] fix MetadataUpdaterSupport default value#127163

Open
pavelsavara wants to merge 2 commits intodotnet:mainfrom
pavelsavara:MetadataUpdaterSupport
Open

[browser] fix MetadataUpdaterSupport default value#127163
pavelsavara wants to merge 2 commits intodotnet:mainfrom
pavelsavara:MetadataUpdaterSupport

Conversation

@pavelsavara
Copy link
Copy Markdown
Member

@pavelsavara pavelsavara commented Apr 20, 2026

@pavelsavara pavelsavara self-assigned this Apr 20, 2026
@pavelsavara pavelsavara requested a review from sbomer as a code owner April 20, 2026 15:02
Copilot AI review requested due to automatic review settings April 20, 2026 15:02
@github-actions github-actions bot added the area-Tools-ILLink .NET linker development as well as trimming analyzers label Apr 20, 2026
@dotnet-policy-service dotnet-policy-service bot added the linkable-framework Issues associated with delivering a linker friendly framework label Apr 20, 2026
@pavelsavara pavelsavara requested a review from maraf April 20, 2026 15:03
@pavelsavara pavelsavara added this to the 11.0.0 milestone Apr 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the ILLink MSBuild targets to avoid forcing MetadataUpdaterSupport=false for trimmed Debug builds, aligning the default behavior with browser (WASM) debug scenarios where metadata update support is expected to remain available.

Changes:

  • Change the defaulting rule for MetadataUpdaterSupport under PublishTrimmed=true to only set it to false when $(Configuration) != Debug.

@pavelsavara
Copy link
Copy Markdown
Member Author

@lewing this may need merge into preview4 branch if we missed the train already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Tools-ILLink .NET linker development as well as trimming analyzers linkable-framework Issues associated with delivering a linker friendly framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Hot Reload with dotnet watch] Hot Reload does not instantly reflect changes when editing .razor file in Blazor WASM Standalone in .NET 11 preview 4

3 participants