Skip to content

[Workload Sets] ensure that users can get a full listing of all installed workloads (including multiple versions) #37828

@baronfel

Description

@baronfel

Is your feature request related to a problem? Please describe.

When running dotnet workload list/dotnet workload --info we need to ensure that users can see

  • the version of workloads installed in the current context (which is dictated by global.json)
    • if influenced by a global.json we should show that
  • the version(s) of workloads installed for all 'contexts' (essentially a view of the install state)

Currently, users only see the latest installed workloads based on the global.json:

image

Describe the solution you'd like

A flag on workload list/workload --info that provides all versions of each workload installed across the install state, and clarifies where global.json has influenced the selection of some of those versions.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions