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.