-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
Previously, TrimMode allowed using link or copyused modes for assemblies that opted in for trimming.
Since .NET 7 Preview 7 (I believe #2856), TrimMode now has partial or full to enable/disable trimming of all assemblies, but now there is no way (unless I missed it) to copy assemblies as is (previously copyused) while not trimming libraries that did not opt in for trimming (currently partial).
Is there any way to achieve copyused and partial mode at the same time?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels