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

fix: Allow trimming in sample #3449

Merged
merged 2 commits into from
Aug 1, 2024
Merged

fix: Allow trimming in sample #3449

merged 2 commits into from
Aug 1, 2024

Conversation

bitsandfoxes
Copy link
Contributor

Based on the .NET Docs: If an assembly is not trimmed, it's considered "rooted", which means that it and all of its statically understood dependencies will be kept. Additional assemblies can be "rooted" by name <TrimmerRootAssembly Include="MyAssembly" /> but that's not what we want to test, right?

#skip-changelog

Copy link
Collaborator

@jamescrosswell jamescrosswell left a comment

Choose a reason for hiding this comment

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

I'm not sure we should be reversing this change. What is the motivation?

@bitsandfoxes bitsandfoxes marked this pull request as draft July 10, 2024 14:03
@bitsandfoxes bitsandfoxes marked this pull request as ready for review August 1, 2024 09:56
@bitsandfoxes bitsandfoxes merged commit b5b119f into main Aug 1, 2024
23 checks passed
@bitsandfoxes bitsandfoxes deleted the chore/sample-trimmable branch August 1, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants