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

[NETSDKE2E] With NET9 RC1 SDK installed, the output in ‘’dotnet workload –info” should be displayed as workload sets after installing the workload set from global.json. #43240

Open
vdanche opened this issue Sep 5, 2024 · 2 comments
Assignees
Labels
Area-Workloads untriaged Request triage from a team member

Comments

@vdanche
Copy link
Member

vdanche commented Sep 5, 2024

Build: 9.0.100-rc.1.24452.12 on win-x64

  1. install net9 rc1 sdk on win-x64
  2. dotnet workload install aspire
  3. mkdir test
  4. cd test
  5. dotnet new globaljson and add update it with below contents
    {
    "sdk": {
    "workloadversion": "9.0.100-rc.1.24453.3"
    }
    }
    5.dotnet workload update
    6.dotnet workload --info

Expected Result:
The output of dotnet workload --info display correctly

Actual Result:
The string "loose manifest" is displayed not "workload set"
image

Note:
if we go back to the previous level of test directory and do below operation, and then go to test which contains globaljson, it will display normally.
Dotnet workload config --update-mode workload-set
Dotnet workload update

image

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels Sep 5, 2024
@vdanche
Copy link
Member Author

vdanche commented Sep 5, 2024

not sure if it's expected?

@marcpopMSFT
Copy link
Member

Thanks. There are an interesting set of scenarios here where a customer has configured workload sets in global.json but not installed them yet. We decided to show the workloads version so probably should update the rest as well.

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