Replies: 1 comment
-
I'm interested in this actually as adding the attributes enables very useful analyzers. <EnableTrimAnalyzer>true</EnableTrimAnalyzer> Maybe we'll one day see an end to the issues we've had with AOT |
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.
-
Trimming allows the compiler to remove unused code and produce smaller applications. Although ImageSharp does not currently support that, adding support is almost trivial since ImageSharp uses very little reflection.
Pull Request: #2160
Beta Was this translation helpful? Give feedback.
All reactions