-
Notifications
You must be signed in to change notification settings - Fork 199
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
Does NativeAOT LLVM will have a future with WPF? #1120
Comments
I believe native AOT (non LLVM version) is one of solid goals for sure. Afaik LLVM version does not have this much support. So even if it will be done we can talk .Net 7, not earlier. Just 'AOT' is scheduled for .Net 6. Do you want LLVM version specifically? |
LLVM is cool to make the Linux guys happy but I usually only do software that run on Windows, so it doesn't really need to be LLVM. So, the native AOT, will it support WPF? I used to develop in UWP and use the native compilation there but sometimes I need flexibility to work with things out of the sandbox. Oh and by the way, this new AOT, it really compile to machine code? For me this is more important because of the code obfuscation matter. |
Duplicate of #770 . See the comment there on what would need to happen in WPF to be compatible with NativeAOT.
msft does not have plans on supporting WPF as part of this experimental project. There are no roadmaps and plans set for NativeAOT beyond this experimental project. |
@jkotas your answer is really appreciated, thank you! I've spent quite a long time creating libraries and software on .NET Standard and some others specially for UWP thinking that Native compilation would continue to be available. As it is not on official roadmap I, as well other thousands of developers, just wasted our time. |
Hello,
I just discovered this NativeAOT LLVM repo yesterday but before putting any consideration on using it for anything serious (mainly because I wasn't able to compile an empty WPF project), does msft has any plans on supporting this for WPF in a long term? If yes, are there a clear roadmap on what is being focused first?
I ask because I got a little bit tired of "propaganda" in recent years, many ideas coming up and they are suddenly dropped, are just half of a solution or when they arrive I will already be retired.
Thank you.
The text was updated successfully, but these errors were encountered: