.NET Core Program Slimmer Released, Compressing Program Size to 1/3
.NET Core has the feature of [trimming unused code], but because it is implemented using static analysis, its trimming effect is not optimal.
.NET Core has the feature of [trimming unused code], but because it is implemented using static analysis, its trimming effect is not optimal.