Skip to content
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

[NETSDKE2E][MAC] The version of .NET core runtimes display x64 in dotnet-core-uninstall list when installing one arm64 runtime on M1 #297

Open
v-xiaofchen opened this issue Apr 16, 2024 · 2 comments

Comments

@v-xiaofchen
Copy link

To Reproduce
1.Prepare a clean M1
2.install dotnet-core-uninstall(1.7.0) from tar
3. Use the following commands to install the tool:

mkdir -p ~/dotnet-core-uninstall
tar -zxvf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstall
cd ~/dotnet-core-uninstall
./dotnet-core-uninstall list

4.Install 8.0.4 osx-arm64 runtime from https://dotnet.microsoft.com/en-us/download/dotnet/8.0
5. Run "./dotnet-core-uninstall list"
6.check the output of dotnet-core-uninstall list

Expected Result:
The version of .NET core runtimes should display arm64 in dotnet-core-uninstall list when installing one arm64 runtime on M1.

Actual Result:
The version of .NET core runtimes display x64 in dotnet-core-uninstall list when installing one arm64 runtime on M1
image
Dotnet --info after install the 8.0.4 osx-arm64 runtime
image

@v-xiaofchen
Copy link
Author

Another similarly issue, when install 8.0.4 (osx-x64) + 8.0.204(osx-arm64) on M1, reductant "Microsoft .NET Core Runtime 8.0.4(x64)" displays during 'dotnet-core-uninstall remove --runtime --all --force' output.
image
image

@yinjiehe01
Copy link

yinjiehe01 commented Oct 17, 2024

Still repro on dotnet-core-uninstalll tool 1.7.550802
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants