-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/8.0][wasm] Update workload description to include target framework #93359
[release/8.0][wasm] Update workload description to include target framework #93359
Conversation
@marcpopMSFT do I need to change the corresponding localized descriptions? |
@radical what's your process for localizing these? I think yes but I haven't actually tested out a localized VS install (on the CLI, we will display the localized description in dotnet workload search) |
|
@radical can you please fill out the PR template in the description and send an email to Tactics requesting approval? |
IIUC, we don't really have a process for that, or seem to update them really. I guess, it is only being done on VS side then. |
@carlossanlop this is ready. |
I doubt the loc is done on the VS side as it probably uses the value from here. @joeloff do you know for sure how loc versions of VS work for workload descriptions/names? |
There is no localization on the VS side because the component is built in the runtime repo and the tooling used to generate the setup authoring is unaware of the localization strings in the workload manifest package. It is a known issue. Fixing the strings in runtime will update the localization experience for CLI based installations only |
Let's merge this! |
Issue: #93314
Customer Impact
Disambiguates the workload description for the 8.0 workload, so instead of
.NET WebAssembly build tools
the user will see.NET WebAssembly build tools for net8.0
. And that's the same for 6.0, and 7.0 wasm workloads.Testing
Manual.
Risk
None. Just a change in description.