Skip to content

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Nov 23, 2024

Fixes #109850

ProcessMarkedTypesWithInterfaces can lead to additional interface methods being required, so those need to be marked (done by ProcessInterfaceMethods) even if nothing else happens to put new items in the queue.

@ghost ghost added the area-Tools-ILLink .NET linker development as well as trimming analyzers label Nov 23, 2024
@dotnet-policy-service dotnet-policy-service bot added the linkable-framework Issues associated with delivering a linker friendly framework label Nov 23, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/illink
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2025
@sbomer sbomer reopened this Apr 7, 2025
@sbomer sbomer marked this pull request as ready for review April 7, 2025 16:36
@Copilot Copilot AI review requested due to automatic review settings April 7, 2025 16:36
@sbomer sbomer requested a review from marek-safar as a code owner April 7, 2025 16:36
Copy link
Member

@jtschuster jtschuster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sbomer
Copy link
Member Author

sbomer commented Apr 10, 2025

/ba-g "Unrelated timeout"

@sbomer sbomer merged commit 4f5659d into dotnet:main Apr 10, 2025
73 of 78 checks passed
@sbomer
Copy link
Member Author

sbomer commented Apr 10, 2025

/backport to release/9.0-staging

@github-actions github-actions bot unlocked this conversation Apr 10, 2025
Copy link
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/14391669851

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 10, 2025
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.

.NET 9 trimmed application fails with System.TypeLoadException (Method trimmed but interface still listed on type).
2 participants