Replies: 1 comment 1 reply
-
@Tuttle26 We haven't gone through the library an addressed any trim warnings from the library. So if you use the library in AOT there is a chance some required code might get trimmed out unless you force turning off trimming. Microsoft guidance is to avoid any trim warnings and if you have any you need to do extra AOT runtime testing that nothing incorrect happen during the Native AOT compilation with trim warnings. We do have it on our radar to go through the library and address the AOT trim warnings. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use this library with AOT in serverless environments?
Beta Was this translation helpful? Give feedback.
All reactions