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

Workload installation failed #18849

Closed
MaxymGorn opened this issue Nov 17, 2023 · 2 comments
Closed

Workload installation failed #18849

MaxymGorn opened this issue Nov 17, 2023 · 2 comments
Labels
area-setup Installation, setup, requirements, maui-check, workloads, platform support potential-regression This issue described a possible regression on a currently supported version., verification pending s/needs-info Issue needs more info from the author t/bug Something isn't working

Comments

@MaxymGorn
Copy link

Description

Workload installation failed: Failed to install manifest microsoft.net.sdk.maui version 8.0.4: microsoft.net.sdk.maui.manifest-8.0.100::8.0.4 is not found in NuGet feeds when run following command:
dotnet workload install wasm-tools --from-rollback-file https://maui.blob.core.windows.net/metadata/rollbacks/8.0.1xx.json --ignore-failed-sources

Steps to Reproduce

Install maui workload:
dotnet workload install wasm-tools --from-rollback-file https://maui.blob.core.windows.net/metadata/rollbacks/8.0.1xx.json --ignore-failed-sources

Link to public reproduction project repository

No response

Version with bug

8.0.3

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

7.0.101

Affected platforms

Other (Tizen, Linux, etc. not supported by Microsoft directly), I was not able test on other platforms

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

@MaxymGorn MaxymGorn added the t/bug Something isn't working label Nov 17, 2023
@mattleibow
Copy link
Member

Is there a reason you are using the rollback file? The 8.0.4 is a preview/internal version and not on nuget.org.

Try not using a rollback file as that is for CI builds, but instead use the nuget source:

dotnet workload install maui --source https://api.nuget.org/v3/index.json

@mattleibow mattleibow added the s/needs-info Issue needs more info from the author label Nov 17, 2023
@ghost
Copy link

ghost commented Nov 17, 2023

Hi @MaxymGorn. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@Eilon Eilon added the area-setup Installation, setup, requirements, maui-check, workloads, platform support label Nov 17, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2023
@samhouts samhouts added the potential-regression This issue described a possible regression on a currently supported version., verification pending label Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-setup Installation, setup, requirements, maui-check, workloads, platform support potential-regression This issue described a possible regression on a currently supported version., verification pending s/needs-info Issue needs more info from the author t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants