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

ILLink: Don't mark attributes from MarkEntireType #108552

Merged
merged 2 commits into from
Oct 14, 2024

Commits on Oct 4, 2024

  1. Don't mark attributes from MarkEntireType

    They are already marked from MarkType, called by MarkEntireType.
    The removed marking logic was using the assembly as the warning
    message origin, making these warnings hard to suppress (in
    addition to being redundant with the warnings at the type level).
    sbomer committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bf2ca56 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Ignore in NativeAOT

    sbomer committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1df83ff View commit details
    Browse the repository at this point in the history