You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At a minimum this displays incorrect information via dotnet --info
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: