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

.NET 8.0 has Windows Arm64 Installer #1259

Open
iKineticate opened this issue Dec 7, 2023 · 1 comment
Open

.NET 8.0 has Windows Arm64 Installer #1259

iKineticate opened this issue Dec 7, 2023 · 1 comment
Assignees
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Pending Status • This issue stills needs to be analyzed.

Comments

@iKineticate
Copy link

Describe the bug
Windows on arm must install .NET 8.0(x64)

Expected behavior
.NET 8.0 has Windows Arm64 Installer

Desktop (please complete the following information):

  • OS: [e.g. Windows 11 on ARM]
  • Version [e.g. 2.40]
@iKineticate iKineticate added ⬜ Pending Status • This issue stills needs to be analyzed. 🔷 Bug 🐛 Type • An undesired situation happens. labels Dec 7, 2023
@NickeManarin
Copy link
Owner

The installer calls this WinAPI method to get the OS architecture:

    [DllImport("kernel32.dll", SetLastError = true)]
    private static extern bool IsWow64Process2(IntPtr process, out ushort processMachine, out ushort nativeMachine);

I don't have access to a Arm64 machine right now to be able to test it properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Pending Status • This issue stills needs to be analyzed.
Projects
None yet
Development

No branches or pull requests

2 participants