-
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
Name of WebAssembly tools in VS setup doesn't deliniate what a versionless description is #93314
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsDescription
Reproduction StepsRun VS Setup and look for WebAssembly component Expected behaviorSee specific versions Actual behaviorTwo are versioned, one is not Regression?No response Known WorkaroundsNo response ConfigurationNo response Other informationNo response
|
The string is actually generated from the workload manifest description of the workload here: https://github.com/dotnet/runtime/blob/main/src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WorkloadManifest.json.in#L8. It probably makes sense to put the version even in the current manifest to make it easier to differentiate in VS. |
The string in the screenshot is different from the manifest json though: |
Description
In this view, it is not clear what the versionless is. Feedback from customers and internal has been confusion. Just put the version number always
Reproduction Steps
Run VS Setup and look for WebAssembly component
Expected behavior
See specific versions
Actual behavior
Two are versioned, one is not
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: