NET Core program slimmer released, compressing program size to 1/3
NET Core has the function of "clipping unused code", but since it is implemented using static analysis, its clipping effect is not optimal.
NET Core has the function of "clipping unused code", but since it is implemented using static analysis, its clipping effect is not optimal.
I have developed a tool that slims down. Net programs that can delete referenced but not used assemblies. I used it to slim down a. Net core program from 147 megabytes to 59.5 megabytes.