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

RuntimeEnvironment.RuntimeArchitecture on ARM64 says "x64" instead of "arm64" #3145

Closed
steveharter opened this issue Apr 26, 2018 · 4 comments

Comments

@steveharter
Copy link
Member

The current code assumes if running in 64-bit environment, then it is "x64".

See https://github.com/dotnet/cli/issues/9118

At a minimum this displays incorrect information via dotnet --info

@steveharter steveharter changed the title RuntimeEnvironment.Arch on ARM64 says "x64" instead of "arm64" RuntimeEnvironment.RuntimeArchitecture on ARM64 says "x64" instead of "arm64" Apr 26, 2018
@wli3
Copy link

wli3 commented Apr 26, 2018

@Petermarcu
Copy link
Member

We need to get this fixed. Its important that information and data coming from these machines is accurate. It will greatly assist long term diagnosability.

@Petermarcu
Copy link
Member

This is fixed in master and 2.1 now.

@msftgits msftgits transferred this issue from dotnet/core-setup Jan 30, 2020
@msftgits msftgits added this to the 2.1.0 milestone Jan 30, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants