Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document MSBuild compression flags #34187

Open
javiercn opened this issue Nov 20, 2024 · 1 comment
Open

Document MSBuild compression flags #34187

javiercn opened this issue Nov 20, 2024 · 1 comment
Assignees
Labels
aspnet-core/svc release-notes/subsvc seQUESTered Identifies that an issue has been imported into Quest. Source - Docs.ms Docs Customer feedback via GitHub Issue ⌚ Not Triaged

Comments

@javiercn
Copy link
Member

javiercn commented Nov 20, 2024

Description

There are several MSBuild properties that can be used to customize compression behaviors.

  • CompressionEnabled completely disables compression.
  • CompressionExcludePatterns allows you to filter out some files from being considered for compression. This accepts glob patterns like **\*.js.

Page URL

https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-9.0?view=aspnetcore-9.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/release-notes/aspnetcore-9.0.md

Document ID

4e75ad25-2c3f-b28e-6a91-ac79a9c683b6

Article author

@Rick-Anderson

Related Issues


Associated WorkItem - 345366

@javiercn
Copy link
Member Author

We also want to mention these flags in the upgrade path, in case a customer runs into issues.

@Rick-Anderson Rick-Anderson self-assigned this Nov 20, 2024
@Rick-Anderson Rick-Anderson added the reQUEST Triggers an issue to be imported into Quest label Nov 20, 2024
@dotnetrepoman dotnetrepoman bot added mapQuest clean move and removed mapQuest clean move labels Nov 20, 2024
@sequestor sequestor bot added seQUESTered Identifies that an issue has been imported into Quest. and removed reQUEST Triggers an issue to be imported into Quest labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aspnet-core/svc release-notes/subsvc seQUESTered Identifies that an issue has been imported into Quest. Source - Docs.ms Docs Customer feedback via GitHub Issue ⌚ Not Triaged
Projects
Development

No branches or pull requests

2 participants