SourceGenerators vs Reflection #36
Replies: 1 comment
-
Hi I did some work on fixing Native AOT warnings a while ago as I planned moving the CLI conversion tool to Native AOT. However, this plan was dropped due to too many false antivirus warnings. The library will likely still work on Native AOT as long as reflection free mode is not enabled. However, I would like to add more testing before saying Native AOT is officially supported. I would like to thank you for your interest in contributing to the project. At this time I'm unable to accept pull requests, since I have limited time to put on the project. The time I have will mainly be focused on fixing bugs and improving the compliance towards the PDF standard. Thank you for understanding. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm looking to use your library in our product. After viewing the source code, I can say that you did a huge amount of good work - awesome results!
My product is compiled with NativeAOT, and it turns out your lib is using reflection here and there. Somehow your lib gets 0 NativeAOT errors, and it works inside NativeAOT compilation, and this is awesome. First question - how? Second question - did you consider rewriting all reflection code with source generators? At a first glance, it's not a huge amount of work. - if I will do it this year - will you check my PR?
Thanks! This library is awesome!
Beta Was this translation helpful? Give feedback.
All reactions