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

NativeAOT: investigate default rooting behavior #18482

Closed
Tracked by #17339
rolfbjarne opened this issue Jun 21, 2023 · 1 comment
Closed
Tracked by #17339

NativeAOT: investigate default rooting behavior #18482

rolfbjarne opened this issue Jun 21, 2023 · 1 comment
Labels
enhancement The issue or pull request is an enhancement
Milestone

Comments

@rolfbjarne
Copy link
Member

Currently we're passing this to ILC:

<!-- Disable trimming by default (assemblies aren't trimmed unless they're marked IsTrimmable) -->
<IlcArg Include="--defaultrooting" />

we should look into whether this is needed.

Ref: #17374 (comment)
Ref:

@rolfbjarne rolfbjarne added the enhancement The issue or pull request is an enhancement label Jun 21, 2023
@rolfbjarne rolfbjarne added this to the .NET 8 milestone Jun 21, 2023
dalexsoto pushed a commit that referenced this issue Jul 20, 2023
@ivanpovazan
Copy link
Contributor

Fixed via d635e6d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue or pull request is an enhancement
Projects
None yet
Development

No branches or pull requests

2 participants