question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.NET daily fails to install MAUI workload

See original GitHub issue
  1. Install https://aka.ms/dotnet/6.0/daily/dotnet-sdk-osx-x64.pkg
  2. sudo dotnet workload install maui
~: sudo dotnet workload install maui
Password:

Failed to update the advertising manifest microsoft.net.sdk.maui: microsoft.net.sdk.maui.manifest-6.0.100 is not found in NuGet feeds https://api.nuget.org/v3/index.json"..
Skip NuGet package signing validation. NuGet signing validation is not available on Linux or macOS https://aka.ms/workloadskippackagevalidation .
Skip NuGet package signing validation. NuGet signing validation is not available on Linux or macOS https://aka.ms/workloadskippackagevalidation .
Skip NuGet package signing validation. NuGet signing validation is not available on Linux or macOS https://aka.ms/workloadskippackagevalidation .
Skip NuGet package signing validation. NuGet signing validation is not available on Linux or macOS https://aka.ms/workloadskippackagevalidation .
Skip NuGet package signing validation. NuGet signing validation is not available on Linux or macOS https://aka.ms/workloadskippackagevalidation .
Updated advertising manifest microsoft.net.sdk.ios.
Updated advertising manifest microsoft.net.workload.mono.toolchain.
Updated advertising manifest microsoft.net.sdk.tvos.
Updated advertising manifest microsoft.net.sdk.android.
Updated advertising manifest microsoft.net.sdk.maccatalyst.
Updated advertising manifest microsoft.net.sdk.macos.
Installing workload manifest microsoft.net.sdk.tvos version 14.5.100-preview.5.894.
Installing workload manifest microsoft.net.sdk.android version 30.0.100-preview.5.28.
Installing workload manifest microsoft.net.sdk.maui version 6.0.100-preview.6.919+sha.109ce5194-azdo.4926252.
Workload installation failed, rolling back installed packs...
Installing workload manifest microsoft.net.sdk.tvos version 14.5.100-ci.main.723.
Installation roll back failed: Failed to install manifest microsoft.net.sdk.tvos version 14.5.100-ci.main.723: The transaction has aborted..
Workload installation failed: Failed to install manifest microsoft.net.sdk.maui version 6.0.100-preview.6.919+sha.109ce5194-azdo.4926252: microsoft.net.sdk.maui.manifest-6.0.100::6.0.100-preview.6.919 is not found in NuGet feeds https://api.nuget.org/v3/index.json"..

The underlying issue seems to be that the daily workloads are not published to nuget.org. Is there a mechanism missing to bring this information along for daily builds of .NET SDK?

@mhutch @jonathanpeppers

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
prapsancommented, Aug 21, 2021

@DamienDoumer It’s here (on Windows) -> C:\Program Files\dotnet\sdk-manifests\6.x.x\microsoft.net.workload.mono.toolchain\WorkloadManifest.json

2reactions
marcpopMSFTcommented, Jul 1, 2021

@lutzroeder Daily workloads are published to ADO. Add the following to your nuget.config file:

<add key="maui" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/xamarin-impl/nuget/v3/index.json" />

I don’t think we have plans for any better support for daily builds at the time though we should document that somewhere.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot known issues - .NET MAUI
Run dotnet workload uninstall maui if you ever used the dotnet workload install commands. Uninstall any standalone .NET SDK installers from ...
Read more >
Workload Repair failed: `dotnet workload repair - MAUI
What worked for me is run dotnet workload install maui manually. Then rerun maui-check to fix the rest of the things.
Read more >
Visual Studio 2022 In-Depth: Explore the Fantastic Features ...
In the event of an error, it means that the daily workloads aren't published on NuGet.org. ... NET MAUI Workloads After these are...
Read more >
Getting started with Microsoft .NET MAUI
To create.NET MAUI apps, you need to download and install the latest Visual Studio 2022 Preview with the following workloads installed: Mobile ...
Read more >
NET MAUI Community Standup - One month till ... - YouTube
Join Maddy and David for the latest roundup of news and PRs as we inch closer to shipping . NET MAUI !
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found