Open-XML-SDK
Open-XML-SDK copied to clipboard
Enable trimming
We want to ensure that the library is compatible with the trimming in .NET 6+. In order to enable this, a few warnings must be addressed. These all appear to be somewhere in the M-L range of effort, generally requiring a bit of a redesign.
- #1173
- #1174
- #1175
Ideally, we replace these with non-reflection usage. However, we may be OK with punting that and just getting things annotated so the linker will know what to do.