Replies: 3 comments
-
Hey @Daniel15, Thanks for the inquiry. There has not been any work involving AOT with Eto, so likely some of the reflection and dynamic member access would have problems, but I haven't tested it. I have worked on adding the attributes that would be necessary for this to be better supported, but likely there'd be certain features that wouldn't work (PropertyGrid/PropertyCell, for example as it fully works on reflection) This doesn't mean you can't distribute your app as a (non AOT) single file executable. You can usually trim all assemblies except Eto and your UI code which does produce a relatively small footprint. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
I am also looking forward for the AOT compilation support. I can confirm that AOT compilation does neither work with WPF nor WinForms |
Beta Was this translation helpful? Give feedback.
-
I too am waiting for Native AOT support in ETO, it's an absolutely amazing framework and being able to give my users a lean-and-mean, fully standalone binary with an ETO GUI in it would be incredible! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does Eto support Native AOT? I'm looking at different UI frameworks that support Linux, but I'd like to be able to compile my app into a single, statically-linked executable file to make distribution easier.
Beta Was this translation helpful? Give feedback.
All reactions