Skip to content

Document MSBuild compression flags #34187

Open
@javiercn

Description

@javiercn

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

Activity

javiercn

javiercn commented on Nov 20, 2024

@javiercn
MemberAuthor

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

added
seQUESTeredIdentifies that an issue has been imported into Quest.
and removed
reQUESTTriggers an issue to be imported into Quest
on Nov 21, 2024

17 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

  • Status

    🔖 Ready

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Document MSBuild compression flags · Issue #34187 · dotnet/AspNetCore.Docs