Skip to content

[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

Description

@vdanche

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions