mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1259] .NET 8.0 has Windows Arm64 Installer #929
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#929
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iKineticate on GitHub (Dec 7, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1259
Originally assigned to: @NickeManarin on GitHub.
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):
@NickeManarin commented on GitHub (Dec 18, 2023):
The installer calls this WinAPI method to get the OS architecture:
I don't have access to a Arm64 machine right now to be able to test it properly.