How do I enable hardcore mode for NativeAOT? #96934
Unanswered
stevefan1999-personal
asked this question in
Q&A
Replies: 2 comments
-
Perhaps treating relevant AOT warnings as errors would do the trick? A fair few external libraries that I use get those but they still work (at least what I need from them), might take a long time for authors to change old code, that ever happens. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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.
-
I want all code that is strictly not AOT compatible to fail my build at debug time, and point me to the list of offending assemblies. This way I can find and whine about not having NativeAOT support to the authors of those libraries.
Beta Was this translation helpful? Give feedback.
All reactions