Hacker News new | ask | show | jobs
by Richicoder 2054 days ago
.NET has trimming now, so it is 5 MB? (Possibly less!)
1 comments

Nope.

Running this command:

    dotnet publish `
    -p:Configuration=Release `
    -p:PublishSingleFile=true `
    -p:PublishTrimmed=true `
    -p:RuntimeIdentifier=win-x64
gives an 11 MB file, that still requires 4 DLL as well.