Redth / dotnet-maui-check

.NET MAUI Check tool
MIT License
479 stars 79 forks source link

Error resolving type specified in JSON 'DotNetCheck.Manifest.NuGetFeedVariableMapper, MauiCheck' #96

Closed DevTati66 closed 3 years ago

DevTati66 commented 3 years ago

multiple issues around this issues occured during installation process of preview 7. All were at least about reading manifest information.

dotnet workload install maui - failed

  • when reached Installation roll back failed: Failed to install manifest microsoft.net.sdk.android version 30.0.100-preview.7.93: The transaction has aborted.. Deinstallation started. check-maui - also failed Error: Error resolving type specified in JSON 'DotNetCheck.Manifest.NuGetFeedVariableMapper, MauiCheck'. Path 'check.variableMappers[0].$type', line 9, position 74.

Now deinstalled SKD 6 Preview7 and steped back to Preview6 and nothing works anymore. Any hints

Redth commented 3 years ago

Yes, please update your tool version: dotnet tool update -g redth.net.maui.check

Redth commented 3 years ago

maui-check will now install Preview 7 and Preview 6 is no longer supported to install via maui-check.

You can try a few things if you are having problems with preview7 installation: https://github.com/Redth/dotnet-maui-check/blob/main/README.md#troubleshooting