Skip to content

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 a team and MichalStrehovsky November 19, 2024 22:09
@ghost ghost 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