Skip to content

[NETSDKE2E]With NET9 p7 zip installed, the prompt message "update are available for the..." should be displayed after running "dotnet workload install maui --skip-manifest-update". #42526

Closed
@v-ainigao

Description

@v-ainigao

Build info:
.net9.0.100-preview.7.24402.8(runtime-9.0.0-preview.7.24401.8)sdk

Repro steps:
1.Download the NET9 preview 7 SDK zip package.
2.Modify environment variables
3.Install workload with commands.
dotnet workload install maui --skip-manifest-update
4.Check the workload list
dotnet workload list

Expected:
The workload list should display normally and prompt to update.
image

Actual Result:
After installing maui --skip-manifest-update, there is no prompt "Update available for...".
image

dotnet --info
.NET SDK:
Version: 9.0.100-preview.7.24402.8
Commit: afec422
Workload version: 9.0.100-manifests.1a228730
MSBuild version: 17.12.0-preview-24374-02+48e81c6f1

Runtime Environment:
OS Name: Windows
OS Version: 10.0.22631
OS Platform: Windows
RID: win-arm64
Base Path: C:\dotnet-sdk-9.0.100-preview.7.24402.8-win-arm64\sdk\9.0.100-preview.7.24402.8\

.NET workloads installed:
Configured to use loose manifests when installing new manifests.
There are no installed workloads to display.

Host:
Version: 9.0.0-preview.7.24401.8
Architecture: arm64
Commit: static

.NET SDKs installed:
9.0.100-preview.7.24402.8 [C:\dotnet-sdk-9.0.100-preview.7.24402.8-win-arm64\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 9.0.0-preview.7.24402.2 [C:\dotnet-sdk-9.0.100-preview.7.24402.8-win-arm64\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 9.0.0-preview.7.24401.8 [C:\dotnet-sdk-9.0.100-preview.7.24402.8-win-arm64\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 9.0.0-preview.7.24402.3 [C:\dotnet-sdk-9.0.100-preview.7.24402.8-win-arm64\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
None

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions