State of AoT in Maui? #15682
Unanswered
DDHSchmidt
asked this question in
Q&A
Replies: 1 comment
-
Maui use mono on iOS and Android, current NativeAOT support coreclr, mono has its own AOT, current mono's AOT is enough to develop iOS / Android app |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing out .Net 8 Preview 5 today and one of those tests concerned if I could get a release build with Ahead-of-time compilation built.
I tried for iOS and Windows and unsurprisingly it ended in crashes with obscure error messages for our MAUI app.
I was about to file new issues, but then I thought:
"Is Maui even supposed to use AoT (yet)?"
I went back to all the announcements of the .Net 8 preview versions and sure enough they tout AoT as the next best thing besides sliced bread.
But then I checked with all the announcements of the Maui 8 preview versions and AoT is not mentioned once in any of them.
The documentation page for AoT also mentions some general limitatoins but nothing about Maui itself.
What I'm trying to figure out is if Maui is supposed to benefit from AoT at all? And if yes: Is that planned for .Net 8 already?
Beta Was this translation helpful? Give feedback.
All reactions