Terminal.Gui doesn't support AOT #2414
chenjing1294
started this conversation in
General
Replies: 2 comments 2 replies
|
I think you are meaning about |
0 replies
|
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> |
2 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.
Are there plans to support AOT?
All reactions