Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate System.Private.Reflection.Core #555

Merged

Commits on Jan 13, 2021

  1. Annotate System.Private.Reflection.Core

    I've analyzed all of nativeaot SDK libraries for trimming. Except for things that are already known in dotnet/runtime, we don't have warnings anymore after this.
    
    (For future reference - to analyze trim safety of a library, one just need to compile the library in the `--multifile` mode and enable `--scanreflection`. This makes sure all code in the library is looked at.)
    MichalStrehovsky committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    9db2313 View commit details
    Browse the repository at this point in the history