Is there a way to suppress IL warnings in dependent libs with AOT enabled? #115558
Unanswered
aries-zhang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm using
Newtonsoft.Json
andJsonSubTypes
in a project with AOT-publishing enabled. These 2 libs are not trimming/AOT ready yet, but I'm sure the types that involved in my project are all reserved and working no problem after publishing. However, I'm getting these warnings and did not seem to find a way to suppress them just for these 2 libs, since I would like to continue to get warnings if there are same issues from other libs. Does anyone know if this is achievable?Beta Was this translation helpful? Give feedback.
All reactions