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

Remove unsupported _AggressiveAttributeTrimming switch #44968

Closed
wants to merge 1 commit into from

Conversation

sbomer
Copy link
Member

@sbomer sbomer commented Nov 19, 2024

Companion to dotnet/runtime#109994. See dotnet/runtime#88805 for context.

@sbomer sbomer requested review from MichalStrehovsky and a team November 19, 2024 22:09
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Nov 19, 2024
Comment on lines -527 to -531
<RuntimeHostConfigurationOption Include="System.AggressiveAttributeTrimming"
Condition="'$(_AggressiveAttributeTrimming)' != ''"
Value="$(_AggressiveAttributeTrimming)"
Trim="true" />

Copy link
Member

Choose a reason for hiding this comment

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

How are things structured in the SDK - if we remove it here, would it also be unavailable when building a .NET 8 app using a .NET 10 SDK?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, great point... I think then we'll need to leave it in the SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants