-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How about supporting ARM64. #1817
Comments
Yes! Can't wait until my wpf apps are running natively on arm64 for 2 days on battery... W/ snapdragon 8cx and a 5g connection to the internet. I might just have to stop buying expensive smartphones and start putting that money towards my arm64 laptop instead. It's a much better value. |
The next version of my WPF app will be moving from .NET Framework to .NET Core. I would absolutely love to make an ARM64 binary available to customers using the new Surface Pro X. |
I purchased and verified Surface Pro X, but x86 emulation on ARM64 was more overhead than I thought. (The performance seems to have dropped by about 2/3.) ARM64 support for .NET Core and WPF is very important because it is likely that you will not be able to experience the customer's expectations. |
I totally agree, @shibayan. I'm a fairly experienced WPF developer, I picked up my Pro X today, and I stand ready to be a dutiful guinea pig of this team. ;) |
What about support for Windows on ARM? |
Who do we talk to make WPF Windows ARM64 support a priority 🤔 |
+1 @JtheOne. Would be important for many applications to support native arm64 apps. Emulation is quite a pain at the moment! |
Just as an example, Serif who makes the Affinity suite of products (Affinity Designer, Photo, and Publisher) answered me on Twitter that they can't port their apps to the Surface Pro X because WPF is not there. |
MS updated their roadmap for WPF 5/ARM: https://github.com/dotnet/wpf/blob/master/roadmap.md ETA for ARM is 21H1. |
Stay tuned for an announcement on WPF ARM64 support early next month. Details will be published here on GitHub. |
#4048 is a recent pull request pointing at a few other ARM64 related issues. We are aiming to have WPF ARM64 support in the upcoming .NET6 Preview1. |
Looks like WPF is already working in .NET 6 nightly: |
The link isn't up on https://github.com/dotnet/installer yet, but you can get the build with ARM64 WPF support here: https://aka.ms/dotnet/net6/dev/Sdk/dotnet-sdk-win-arm64.exe (version 6.0.100-preview.1.21072.23 or later) You can also target ARM64 from an x64/x86 machine. |
Thank you for adding ARM64 support to WPF! I was able to run Is it still planned to include WPF ARM64 support in an upcoming .NET 5.0 servicing update? (WPF is the last missing piece before we can publish the software developed at my workplace for Windows 10 ARM64, and we hope that we don't have to wait for the .NET 6.0 release.) |
Thank you @kpreisser for trying out the build. A .NET 5.0 servicing update is under discussion/planning. We are heads-down on getting some new devs recruited and onboarded which will increase the pace and the scope of our future investments.Please stay tuned for an update in March which will include a projected timeline. Could you please share more information is possible on the nature of your software, how many employees will be using it ..etc? |
Congrats @dotnet/wpf-developers on getting ARM64 support out - nice job! 🚀 |
Ok, thank you! (Actually, we don't have a strong requirement to publish a Windows ARM64 build of our app soon (most customers run it on Windows x64, or (the CLI/Console variant) on Linux ARM/x64), but it would be a nice-to-have if we could publish it in the next few months for Win ARM64, so that it can run at native speed on devices such as the Surface Pro X.) |
Thank you @kpreisser . We are taking into consideration your requirement for .NET5 ARM64 support for the latter half of the year. We will keep fine tuning our roadmap to reflect newer/upcoming investments. Please stay tuned. In the meantime , do open Issues for any new bugs you encounter with the .NET 6 ARM64 support. |
Hi @predavid. Did i miss something because the WPF support is on the roadmap for .NET5 for 21H1 at least according to https://github.com/dotnet/wpf/blob/master/roadmap.md Now you suddenly start talking about latter half? Not sure if you are aware that the availability of many applications for ARM64 is blocked by the availability of WPF in .NET 5. |
Hi @Gerdya, we are considering feedback from each of our customers who express interest in ARM64 support to educate and refine the timeline for our future investments based on new dev resources coming on-board. So, while @kpreisser might need it only in the later half of the year, based on your inputs, I believe you would need it sooner? Also, if possible we'd love to know of the type of your app, how many apps (if more than 1), apprx how users per app, that would be running on ARM64. |
Hi @predavid, do you have any updates regarding the matter? Many apps are still blocked by the lack of WPF support on ARM64. |
@Alovchin91 - see above response from Premalini "Have you had a chance to try out the WPF ARM64 support on .NET 6 Preview 1? We'd love to hear of any bugs/issues you may encounter." This shipped with NET6 Preview1. |
Hi @fabiant3, thanks for the response! I've seen .NET 6 Previews indeed. But my question was about WPF support on ARM64 that was originally promised for .NET 5. Do you have any news on .NET 5? Thanks! |
We are considering servicing NET5 with WPF ARM64 support. We will do all of our validation on NET6 and then port to NET5. I do not have a timeline just yet, but this is committed and expected to ship this year. |
Ah, clear about validation on .NET 6 👍 Thanks for the clarification! 🙂 |
@Alovchin91 - any validation on .NET6 that you can give us feedback on (similar to kpreisser above) will help us to quicken getting to Quality on .NET 6 and then commencing on servicing .NET5. The more the Community validates ARM64 .NET6, the better. Thanks in advance! |
Turns out visual studio's ALINK (al.exe) doesn't support building for arm64. A workaround is available. |
@fabiant3 what happened to wpf support for ARM64 in .net 5 in 21H1 |
@Alovchin91 thanks for pointing that out , I didn't see that post. |
WPF ARM64 support is now in .NET 5.0 and .NET 6.0. |
why no ARM 32 support? thousands of devices out there could do with a fresh bit of software. ignoring this architecture allows planned obsolesce of hardware. thousands of windows rt devices could happily run windows 10 (and already are with leaked preview) and with a new browser they could be useful devices. are we supposed to just put them in the bin? |
Windows 10 supports ARM64 processors. And, Windows 10 on ARM64 can run x86 applications. But, performance is significantly low because of emulation. And, it cannot run native AMD64 applications. So, some developers recompile their applications for better performance.
Win32 API supports ARM processors. (I saw native ARM64 applications which is not an UWP app) But, WPF does not support ARM64 but only x86/AMD64. If WPF supports ARM64, many WPF applications will be able to run efficiently with ARM processors.
The text was updated successfully, but these errors were encountered: