Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Newton-King <james@newtonking.com>2022-06-23 02:02:54 +0300
committerJames Newton-King <james@newtonking.com>2022-06-23 02:02:54 +0300
commit08165c20f125cd6243e57647142650202d00d149 (patch)
treeab87c69424d99d90fa7abf4fbe14c7b93b33d265
parent69d3755451b48d6c5a60ce7c1d1070a03727c90e (diff)
Add RequestDecompression project to trimmingjamesnk/requestdecompression-trimming
-rw-r--r--eng/TrimmableProjects.props1
-rw-r--r--src/Middleware/RequestDecompression/src/Microsoft.AspNetCore.RequestDecompression.csproj1
-rw-r--r--src/Tools/Tools.slnf1
3 files changed, 3 insertions, 0 deletions
diff --git a/eng/TrimmableProjects.props b/eng/TrimmableProjects.props
index 5f86c590f4..fd39a8e2f9 100644
--- a/eng/TrimmableProjects.props
+++ b/eng/TrimmableProjects.props
@@ -67,6 +67,7 @@
<TrimmableProject Include="Microsoft.AspNetCore.Localization.Routing" />
<TrimmableProject Include="Microsoft.AspNetCore.Localization" />
<TrimmableProject Include="Microsoft.AspNetCore.RateLimiting" />
+ <TrimmableProject Include="Microsoft.AspNetCore.RequestDecompression" />
<TrimmableProject Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" />
<TrimmableProject Include="Microsoft.AspNetCore.ResponseCaching" />
<TrimmableProject Include="Microsoft.AspNetCore.ResponseCompression" />
diff --git a/src/Middleware/RequestDecompression/src/Microsoft.AspNetCore.RequestDecompression.csproj b/src/Middleware/RequestDecompression/src/Microsoft.AspNetCore.RequestDecompression.csproj
index 3089a5ca16..be80f8b518 100644
--- a/src/Middleware/RequestDecompression/src/Microsoft.AspNetCore.RequestDecompression.csproj
+++ b/src/Middleware/RequestDecompression/src/Microsoft.AspNetCore.RequestDecompression.csproj
@@ -7,6 +7,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore</PackageTags>
<IsPackable>false</IsPackable>
+ <IsTrimmable>true</IsTrimmable>
</PropertyGroup>
<ItemGroup>
diff --git a/src/Tools/Tools.slnf b/src/Tools/Tools.slnf
index e277c5a315..4b5a33b510 100644
--- a/src/Tools/Tools.slnf
+++ b/src/Tools/Tools.slnf
@@ -53,6 +53,7 @@
"src\\Middleware\\Localization\\src\\Microsoft.AspNetCore.Localization.csproj",
"src\\Middleware\\MiddlewareAnalysis\\src\\Microsoft.AspNetCore.MiddlewareAnalysis.csproj",
"src\\Middleware\\RateLimiting\\src\\Microsoft.AspNetCore.RateLimiting.csproj",
+ "src\\Middleware\\RequestDecompression\\src\\Microsoft.AspNetCore.RequestDecompression.csproj",
"src\\Middleware\\ResponseCaching.Abstractions\\src\\Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj",
"src\\Middleware\\ResponseCaching\\src\\Microsoft.AspNetCore.ResponseCaching.csproj",
"src\\Middleware\\ResponseCompression\\src\\Microsoft.AspNetCore.ResponseCompression.csproj",