Don't trim PNSE assemblies and enable trimming for inbox assets on all .NETCoreApp...
authorViktor Hofer <viktor.hofer@microsoft.com>
Mon, 25 Oct 2021 17:00:31 +0000 (19:00 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Oct 2021 17:00:31 +0000 (19:00 +0200)
commit38cd1d64b5c4fba03a8d9799fe21f978cecad5a5
tree77de7f093cc47a0f6093be5cc70d5f2854a0e876
parenta7bdb165b1a6c4c8470263576e474cc9b53fac6f
Don't trim PNSE assemblies and enable trimming for inbox assets on all .NETCoreApp versions (#58345)

* Don't trim PNSE assemblies

Don't trim platform not supported assemblies, since even in "library" trimming mode, the trimmer might remove some non-public members if they are not called within the assembly. In the case of PNSE assemblies this is most likely always the case.
src/libraries/Directory.Build.targets