Terminal.Gui doesn't support AOT #2414
Replies: 2 comments 2 replies
-
I think you are meaning about |
Beta Was this translation helpful? Give feedback.
-
If you add the following to UICatalog.csproj and compile with But the resulting binary does run and doesn't seem to crash at all when I navigate around it. If these warnings can be addressed that would be great. Any way I could tempt you into submitting a PR to address these @chenjing1294 ? Alternatively if you could go into more detail on why you need AoT or any specific (non warning) issues you've had using AOT with Terminal.Gui we could perhaps address those? <PropertyGroup>
<PublishAot>true</PublishAot>
<StripSymbols>true</StripSymbols>
</PropertyGroup> |
Beta Was this translation helpful? Give feedback.
-
Are there plans to support AOT?
Beta Was this translation helpful? Give feedback.
All reactions