Skip to content

[wasm] Remove duplicated UseMonoRuntime=true from SDK#121789

Merged
maraf merged 2 commits intodotnet:mainfrom
maraf:WasmUseCoreCLRRuntimePack
Dec 5, 2025
Merged

[wasm] Remove duplicated UseMonoRuntime=true from SDK#121789
maraf merged 2 commits intodotnet:mainfrom
maraf:WasmUseCoreCLRRuntimePack

Conversation

@maraf
Copy link
Member

@maraf maraf commented Nov 19, 2025

All the removed assignments are duplicates. We have the property set in WasmSDK at https://github.com/dotnet/sdk/blob/main/src/WasmSdk/Sdk/Sdk.props#L18

@maraf maraf added this to the 11.0.0 milestone Nov 19, 2025
@maraf maraf self-assigned this Nov 19, 2025
@maraf maraf added arch-wasm WebAssembly architecture area-Build-mono labels Nov 19, 2025
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing, @pavelsavara
See info in area-owners.md if you want to be subscribed.

Copy link
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

This PR removes UseMonoRuntime=true property assignments from two WebAssembly SDK build files, claiming they are duplicates of a property set in the external dotnet/sdk WasmSDK repository.

  • Removes unconditional UseMonoRuntime=true from WasmApp.Common.props
  • Removes conditional UseMonoRuntime=true from Microsoft.NET.Runtime.WebAssembly.Sdk/Sdk/Sdk.props

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/mono/wasm/build/WasmApp.Common.props Removes unconditional UseMonoRuntime=true assignment that applies to all projects using the WebAssembly SDK
src/mono/nuget/Microsoft.NET.Runtime.WebAssembly.Sdk/Sdk/Sdk.props Removes conditional UseMonoRuntime=true assignment that only applies when NOT using external Blazor/WebAssembly SDKs

@maraf maraf changed the title [wasm] Remove UseMonoRuntime=true from SDK [wasm] Remove duplicated UseMonoRuntime=true from SDK Dec 5, 2025
@maraf maraf merged commit ce17dcb into dotnet:main Dec 5, 2025
43 checks passed
@maraf maraf deleted the WasmUseCoreCLRRuntimePack branch December 5, 2025 13:52
@github-actions github-actions bot locked and limited conversation to collaborators Jan 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasm WebAssembly architecture area-Build-mono

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants