Skip to content
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

.NET 8: dotnet --info displays "There are no installed workloads to display" while displaying installed workloads #36917

Open
bradwilson opened this issue Nov 14, 2023 · 1 comment
Assignees
Labels
Area-Workloads untriaged Request triage from a team member

Comments

@bradwilson
Copy link
Contributor

Description

Running dotnet --info with .NET 8 installed shows this confusing message:

.NET workloads installed:
 Workload version: 8.0.100-manifests.71b9f198
There are no installed workloads to display.

It would appear that the logic to determine whether to display the "no installed workloads" message is incorrect.

@vitek-karas vitek-karas transferred this issue from dotnet/core Nov 15, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels Nov 15, 2023
@baronfel
Copy link
Member

baronfel commented Nov 15, 2023

This is a side effect of making the SDK support side-by-side workloads. You have no workloads installed, but the SDK has some knowledge of what workloads are available and that piece of data is what's being reported here. We can probably take a pass at making this more clear as we plumb support for workloads sets more generally through the SDK in #35455.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Workloads untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

3 participants