You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: Compress (with max compression level) all the embedded clr and native assemblies in a single file exe. This should result in significant size reduction of the executable, with only a minimal impact to startup time. Maybe it could be an option that could be on or off.
Describe the solution you'd like
Provide a publish option, something like dotnet publish ... /p:CompressSingleFile=true that will compress all the assemblies inside the executable.
The size savings here are significant, I hope this will be considered :)
The text was updated successfully, but these errors were encountered:
Feature request: Compress (with max compression level) all the embedded clr and native assemblies in a single file exe. This should result in significant size reduction of the executable, with only a minimal impact to startup time. Maybe it could be an option that could be on or off.
Describe the solution you'd like
Provide a publish option, something like
dotnet publish ... /p:CompressSingleFile=true
that will compress all the assemblies inside the executable.The size savings here are significant, I hope this will be considered :)
The text was updated successfully, but these errors were encountered: