Support trimming of framework-dependent applications
Open
area-Linker: Meta
proposal
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
Currently we only support self-contained applications to be trimmed. Allowing framework-dependent applications could be possible but would require some new functionality:
* Some optimizations assume global-view (type hierarchy marking, interface marking, ...)
* Ability to correctly handle ref assemblies
* New command line options to communicate the intent
This would obviously also require non-trivial changes on the SDK side.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.