dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.03k stars 4.68k forks source link

NativeAOT + trimming docs should reflect new TrimMode #72071

Closed agocke closed 2 years ago

agocke commented 2 years ago

The new TrimMode options are full and partial, and old options are effectively deprecated. TrimmerDefaultAction is also deprecated.

MichalStrehovsky commented 2 years ago

I think this was fixed in https://github.com/dotnet/docs/pull/30279.

Cc @dotnet/ilc-contrib if anyone disagrees.