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
I noticed when I set <EnableCompressionInSingleFile>false</EnableCompressionInSingleFile> on Windows.
DotNet will produce an executable with a size (56833 KB) really close to the Linux one.
Is this a potential bug for the compression on Linux?
Description
I noticed that when I use Linux to publish my self-contained app, the size of the output is much larger than the output built on the Windows machine.
52325 KB
27746 KB
Reproduction Steps
dotnet publish -c Release -p:RuntimeIdentifier=win-x64
Expected behavior
The size should close to each other.
Actual behavior
52325 KB
27746 KB
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: