Skip to content

Conversation

@jamescrosswell
Copy link
Collaborator

A lot of the methods in Ben.Demystifier make use of reflection and various other things that don't work with Trimming and AOT compilation. These methods have been decorated with RequiresUnreferencedCode attributes so that code making use of these can suppress the warnings where appropriate (in the .NET SDK for Sentry, for example, we can avoid calling these methods at runtime and then supress the warnings).

@cleptric cleptric merged commit f02d44d into getsentry:main Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants