Replies: 2 comments 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.
-
Native AOT support has been merged in the branch that targets the SDK V4 version. We need some of the changes in V4 to make it complainant. We currently want to GA this library on the V4 version of the SDK. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use this library with AOT in serverless environments?
Beta Was this translation helpful? Give feedback.
All reactions