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.

With .NET 6.0 RC2(6.0.100-rc.2.21469.5) SDK, I can't install Blazor WebAssembly AOT workload.

See original GitHub issue

Describe the bug

This issue may be caused by the Feed, is the Feed signed? image

Workload installation failed: One or more errors occurred. (Failed to validate package signing.

Verifying Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x64.6.0.0-rc.2.21468.3

Signature type: Author
  Subject Name: CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
  SHA256 hash: AA12DA22A49BCE7D5C1AE64CC1F3D892F150DA76140F210ABD2CBFFCA2C18A27
  Valid from: 9/29/2020 5:00:00 PM to 10/5/2023 5:00:00 AM

error: NU3008: The package integrity check failed. The package has changed since it was signed. Try clearing the local http-cache and run nuget operation again.

Package signature validation failed.

To Reproduce

  1. Install latest Dev17.0 Preview 5(main-31721.352).

  2. Install .NET 6.0 RC2 SDK from: Pipelines - Run 20210919.1-6.0.100-rc.2.21469.5-109627 artifacts (azure.com)

  3. Add feeds: https://pkgs.dev.azure.com/dnceng/public/_packaging/6.0.100-rc.2.21469.5-shipping/nuget/v3/index.json

  4. Open commandline as administrator, run below command to install AOT workload, but failed. dotnet workload install wasm-tools

  5. Run below command to install the workload and skip the advertising manifests, failed again. dotnet workload install wasm-tools --skip-manifest-update

Exceptions (if any)

image

Further technical details

  • Include the output of dotnet --info image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Andy-Wincommented, Sep 28, 2021

@mmitche ,@joeloff, using the latest 6.0 RC2 SDK(6.0.100-rc.2.21476.4), and corresponding feed, I can install the wasm-tools successfully now. image

0reactions
Andy-Wincommented, Sep 30, 2021

Close this issue as fixed

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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