dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.18k stars 4.72k forks source link

[wasm] Finalize workload-id for wasm packs #52706

Closed lewing closed 3 years ago

lewing commented 3 years ago

Finalize the workload-id and any aliases for installing blazorwasm-aot and/or browser-native workloads and aliases therein. Preview4 shipped with microsoft-net-sdk-blazorwebassembly-aot the inital runtime manifest shipped with microsoft-net-runtime-browser-native and we reverted it to microsoft-net-sdk-blazorwebassembly-aot after objections. Since these names are surfaced in the cli for installing non-abstract workloads, and we can trivially a workload alias I think we should review these names and ideally setting on shorter versions.

dotnet workload install microsoft-net-sdk-blazorwebassembly-aot is a lot to type

ghost commented 3 years ago

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

Issue Details
Finalize the workload-id and any aliases for installing blazorwasm-aot and/or browser-native workloads and aliases therein. Preview4 shipped with `microsoft-net-sdk-blazorwebassembly-aot` the inital runtime manifest shipped with `microsoft-net-runtime-browser-native` and we reverted it to `microsoft-net-sdk-blazorwebassembly-aot` for after objections. Since these names are surfaced in the cli for installing non-abstract workloads, and we can trivially a workload alias I think we should review these names and ideally setting on shorter versions.
Author: lewing
Assignees: -
Labels: `arch-wasm`, `area-Build-mono`
Milestone: -