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

Add NestedTypes to DynamicallyAccessedMember use #817

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 1, 2021

  1. Add NestedTypes to DynamicallyAccessedMember

    This prevents nested types - e.g. child objects or arrays of child
    objects - from being removed by the linker when an application is
    trimmed.
    
    This only works at the moment in current unreleased versions of the
    .NET SDK (e.g. .NET 6 rc.1.21381.5). It does not work in any publicly
    released preview up to and including .NET 6 Preview 6.
    
    See dotnet/linker#2185 for more information.
    yaakov-h committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    b10ee6d View commit details
    Browse the repository at this point in the history