Skip to content
Discussion options

You must be logged in to vote

We don't have switches to compress PublishAot outputs. EnableCompressionInSingleFile only works for PublishSingleFile where it compresses the assemblies that are embedded in the single file bundle (PublishSingleFile basically just glues all the assemblies together and puts them inside an executable).

PublishAot is an AOT compiled executable same as what one gets for C++ or Rust and neither of those offer built-in compression of code either. We have no plans for this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DeafMan1983
Comment options

Answer selected by MichalStrehovsky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants