Open-XML-SDK icon indicating copy to clipboard operation
Open-XML-SDK copied to clipboard

Enable trimming

Open twsouthwick opened this issue 3 years ago • 0 comments

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.

twsouthwick avatar Jun 28 '22 21:06 twsouthwick