dotnet/AspNetCore.Docs

Document MSBuild compression flags

开放

#34,187 创建于 2024年11月20日

 (2 条评论) (0 个反应) (0 位负责人)C# (24,791 个派生)batch import
:bomb: vanQUESTHelp wantedPri1Source - Docs.msaspnet-core/svcrelease-notes/subsvcseQUESTered

仓库指标

星标
 (13,093 个星标)
PR 合并指标
 (平均合并 2天 17小时) (30 天内合并 49 个 PR)

描述

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

贡献者指南