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
Here's the current UX on macOS with the new x64 emulation capabilities. The installation is current (and totally) manual but the CLI experience works nicely for dotnet run.
rich@MacBook-Air-M1-2020 app % dotnet run
Hello, .NET 6.0.0-rc.2.21452.13 on Arm64!
rich@MacBook-Air-M1-2020 app % dotnet run -a x64
Hello, .NET 6.0.0-rc.2.21452.13 on X64!
dotnet run on macOS UX
Here's the current UX on macOS with the new x64 emulation capabilities. The installation is current (and totally) manual but the CLI experience works nicely for
dotnet run
.App
Dev UX
Magic
rich@MacBook-Air-M1-2020 ~ % cat /etc/dotnet/install_location /usr/local/share/dotnet/x64 arm64=/usr/local/share/dotnet x64=/usr/local/share/dotnet/x64
More magic
The text was updated successfully, but these errors were encountered: