Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recognize TrimMode=partial in ILCompiler targets (dotnet#71117)
This should root all non-trimmable assemblies, same as TrimmerDefaultAction=copy. We still support consuming ILCompiler through NuGet when targeting .NET 6, so recognize the old thing too. We might want to cut the .NET 6 support close to RC and at that time TrimmerDefaultAction handling can go away. Related: dotnet/linker#2856.
- Loading branch information