Skip to content

Commit ab0195a

Browse files
authored
Add RequestDecompression project to trimming (#42355)
1 parent f781efb commit ab0195a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

eng/TrimmableProjects.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<TrimmableProject Include="Microsoft.AspNetCore.Localization" />
6969
<TrimmableProject Include="Microsoft.AspNetCore.OutputCaching" />
7070
<TrimmableProject Include="Microsoft.AspNetCore.RateLimiting" />
71+
<TrimmableProject Include="Microsoft.AspNetCore.RequestDecompression" />
7172
<TrimmableProject Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" />
7273
<TrimmableProject Include="Microsoft.AspNetCore.ResponseCaching" />
7374
<TrimmableProject Include="Microsoft.AspNetCore.ResponseCompression" />

src/Middleware/RequestDecompression/src/Microsoft.AspNetCore.RequestDecompression.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<PackageTags>aspnetcore</PackageTags>
99
<IsPackable>false</IsPackable>
10+
<IsTrimmable>true</IsTrimmable>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

src/Tools/Tools.slnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"src\\Middleware\\Localization\\src\\Microsoft.AspNetCore.Localization.csproj",
5454
"src\\Middleware\\MiddlewareAnalysis\\src\\Microsoft.AspNetCore.MiddlewareAnalysis.csproj",
5555
"src\\Middleware\\RateLimiting\\src\\Microsoft.AspNetCore.RateLimiting.csproj",
56+
"src\\Middleware\\RequestDecompression\\src\\Microsoft.AspNetCore.RequestDecompression.csproj",
5657
"src\\Middleware\\ResponseCaching.Abstractions\\src\\Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj",
5758
"src\\Middleware\\ResponseCaching\\src\\Microsoft.AspNetCore.ResponseCaching.csproj",
5859
"src\\Middleware\\ResponseCompression\\src\\Microsoft.AspNetCore.ResponseCompression.csproj",

0 commit comments

Comments
 (0)