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'. Path 'check.variableMappers[0].$type', line 9, position 74. #107

Closed qcjxberin closed 3 years ago

qcjxberin commented 3 years ago

Error resolving type specified in JSON 'DotNetCheck.Manifest.NuGetFeedVariableMapper, MauiCheck'. Path 'check.variableMappers[0].$type', line 9, position 74.

image

takaz-ams commented 3 years ago

Getting same error

image

bddckr commented 3 years ago

You are running an old version of this tool. Try again after updating maui-check first via

dotnet tool update -g redth.net.maui.check
fpenbegul commented 3 years ago

You are running an old version of this tool. Try again after updating maui-check first via

dotnet tool update -g redth.net.maui.check

I was have same issue for days. My problem was solved with Visual Studio upgrade and your comment. I hope others solved the problem too. Thanks.

image

alexeystrakh commented 3 years ago

Same here, update helps

dotnet tool update -g redth.net.maui.check

qcjxberin commented 3 years ago

Mine also solved it, thank you very much