cli-lab icon indicating copy to clipboard operation
cli-lab copied to clipboard

Arch arguments don't work when removing

Open dodbrian opened this issue 2 years ago • 1 comments

The documentation here https://learn.microsoft.com/en-us/dotnet/core/additional-tools/uninstall-tool?tabs=macos mentions the architecture arguments for the list command:

dotnet-core-uninstall list --x64

But this argument doesn't work with the remove command.

Would be nice to have this feature implemented.

dodbrian avatar Dec 14 '22 12:12 dodbrian

Just want to voice my support that in 2023, this would still be extremely useful for those of us on Apple Silicon architecture, as there have been historically weird issues with both x64 and arm64 versions of dotnet sdk/runtimes getting installed and causing other problems. There doesn't seem to be any way currently to use the dotnet-core-uninstall tool to remove the x64 versions from an M1 machine where I really only want the arm64 versions.

cassdeckard avatar Nov 14 '23 19:11 cassdeckard