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 NET10 preview 1 SDK installed, Error "Version 35.99.0-preview.1.136 of package microsoft.android.sdk.windows.msi.x64 is not found in NuGet feeds...“ displays if running "dotnet workload install android --skip-manifest-update" #47250

Closed
vdanche opened this issue Mar 4, 2025 · 3 comments
Labels
Area-Workloads needs team triage Requires a full team discussion untriaged Request triage from a team member

Comments

@vdanche
Copy link
Member

vdanche commented Mar 4, 2025

Repro steps:
1.Install NET10 preview 1 sdk from official website on win11-x64.
2.in CLI, run "dotnet workload install android --skip-manifest-update"

Expected Result:
Install android workload successfully

Actual Result:
Install android workload failed with lacking package error.

Image

Note:
if running "dotnet workload install android" without using "--skip-manifest-update", it will succeed.

Image

dotnet --info:
.NET SDK:
Version: 10.0.100-preview.1.25120.13
Commit: ba56a99
Workload version: 10.0.100-manifests.bf5105ba
MSBuild version: 17.14.0-preview-25110-01+01d0b7a93

Runtime Environment:
OS Name: Windows
OS Version: 10.0.26100
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\10.0.100-preview.1.25120.13\

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

Host:
Version: 10.0.0-preview.1.25080.5
Architecture: x64
Commit: b98cabca12

.NET SDKs installed:
10.0.100-preview.1.25120.13 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 10.0.0-preview.1.25120.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 10.0.0-preview.1.25080.5 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 10.0.0-preview.1.25080.4 [C:\Program Files\dotnet\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

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Workloads untriaged Request triage from a team member labels Mar 4, 2025
@vdanche
Copy link
Member Author

vdanche commented Mar 4, 2025

Also happens on 10.0.100-preview.2.25126.21 sdk if we install android workload with adding --skip-manifest-update.

Image

@Forgind Forgind added the needs team triage Requires a full team discussion label Mar 4, 2025
@baronfel
Copy link
Member

baronfel commented Mar 4, 2025

triage: This is a point-in-time issue with the android workload in p1. We don't have baselines checked into the SDK for this preview that work out of the box, but at some point later in the release cycle we should hit that milestone. Until that happens, users need to either

  • allow manifests to update (i.e. don't use --skip-manifest-updates), or
  • use workload sets - which we can update out of band and should always have valid workload packs versions

@baronfel baronfel closed this as completed Mar 4, 2025
@Forgind Forgind closed this as not planned Won't fix, can't repro, duplicate, stale Mar 4, 2025
@marcpopMSFT
Copy link
Member

The workload set for preview 2 should now be available for testing. It'll require the March release private feeds as well as dotnet10-workloads feed.

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

No branches or pull requests

4 participants