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.

cannot install maui main - Workload.Mono.ToolChain.Manifest missing signature

See original GitHub issue

Description

Cannot install according to this guide: https://github.com/dotnet/maui/blob/main/.github/DEVELOPMENT.md

which was suggested here: https://github.com/dotnet/maui/issues/6228#issuecomment-1106813924

image

Failed to verify authenticode signature for C:\ProgramData\dotnet\workloads\microsoft.net.workload.mono.toolchain.manifest-6.0.300.msi.x64\6.0.5\Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.300.6.0.5-x64.msi. Error: 0x800b0100.

Also, this probably uninstalled my current workloads which shouldn’t have happened. Opening any MAUI solution now shows this: image

Also, this doesn’t fix even after uninstalling MAUI and reinstalling via Visual Studio installer

when trying to install RC1 back from the guide, the following line shows up which probably wasn’t present when I was trying to install main workload: image

Why is signature check skipped for RC1? I cannot see any command in the batch in the guide that causes it.

Steps to Reproduce

Try install main maui workload from https://github.com/dotnet/maui/blob/main/.github/DEVELOPMENT.md

Version with bug

Unknown/Other (please specify)

Last version that worked well

Unknown/Other

Affected platforms

Windows, I was not able test on other platforms

Affected platform versions

I don’t know

Did you find any workaround?

no

Relevant log output

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jfversluiscommented, Jun 16, 2022

I think this should be better now that everything is released publicly. If you still experience issues with this, please open a new issue with all the latest details. Thanks!

1reaction
drasticactionscommented, May 1, 2022

@Axemasta When you run the workload command without the sources and rollback file, you will pull in whatever versions you happen to have from your nuget sources, and those could be misaligned and cause other issues. So that might have worked for you right now but who knows if it will in the future.

This also goes for CLI dotnet workload upgrades. You’re going to pull in whatever the newest versions are, and those may not work together. Again, you’re rolling the dice.

The rollback files are intended to get you to the specific versions that are known to work together.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem installing Android workload for MAUI Visual ...
mono.toolchain: Failed to validate package signing. Verifying Microsoft.NET.Workload.Mono.ToolChain.Manifest-6.0.100.6.0.0-rtm.
Read more >
Intermittent error - microsoft.net.workload.mono.toolchain ...
This should be caused by command dotnet.exe workload install maui behavior but not DevOps. The command will download manifest json microsoft.net.workload.mono.
Read more >
Getting started with the Uno Platform : r/unoplatform
Workload.Mono.ToolChain.Manifest-6.0.200.6.0.2-mauipre.1.22068.7error: NU3004: The package is not signed.Package signature validation failed ...
Read more >
Announcing .NET MAUI Preview 11 - .NET Blog
NET MAUI Preview 11 continues to stabilize controls and layouts, and introduces multi-window and Fluent updates for Windows.
Read more >
Is net maui stable. I still care for native controls … 2 days
NET MAUI as a workload installation. It has many benefits due to being highly graphic and easy to use: -One shared code with...
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