.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.
I developed a tool to slim down .NET programs, which can delete referenced but unused assemblies. I used it to slim down a .NET Core program from `147 MB` to `59.5 MB`.