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

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Oct 4, 2024

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).

Fixes some warnings encountered in #108464 in the OOB library trimming step.

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 sbomer requested a review from a team October 4, 2024 17:09
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-Tools-ILLink .NET linker development as well as trimming analyzers label Oct 4, 2024
@sbomer sbomer changed the title Don't mark attributes from MarkEntireType ILLink: Don't mark attributes from MarkEntireType Oct 4, 2024
@dotnet-policy-service dotnet-policy-service bot added the linkable-framework Issues associated with delivering a linker friendly framework label Oct 4, 2024
Copy link
Contributor

Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas
See info in area-owners.md if you want to be subscribed.

@sbomer
Copy link
Member Author

sbomer commented Oct 14, 2024

@dotnet/illink PTAL

@sbomer
Copy link
Member Author

sbomer commented Oct 14, 2024

/ba-g "Job was abandoned due to timeout"

@sbomer sbomer merged commit 6d23f64 into dotnet:main Oct 14, 2024
72 of 75 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Tools-ILLink .NET linker development as well as trimming analyzers linkable-framework Issues associated with delivering a linker friendly framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants