-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ppc64le][mono] dotnet tool update -g is failing #41672
Comments
This is a Mono runtime issue. It happens also on x64. The supposed
sdk/src/Cli/dotnet/commands/dotnet-tool/install/ToolInstallCommandParser.cs Lines 20 to 24 in fda398e
The An easy workaround may be to initialize the |
Probably related to dotnet/runtime#88066 or dotnet/runtime#77513 |
/cc @steveisok |
I believe that tmds fixed this in the linked issue so marking it closed. |
To Reproduce
Run
dotnet tool update -g dotnet-trace
Actual :
Expected :
dotnet tool update should work without any issue
Tarball Details :
cc : @tmds @omajid @alhad-deshpande @ashwinik30
The text was updated successfully, but these errors were encountered: