Skip to content

Commit ebdaf53

Browse files
committed
disable trimming
1 parent bce35e2 commit ebdaf53

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi.Core.Common.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT
1111
<Nullable>enable</Nullable>
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1313
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
14+
<!-- trimming options -->
15+
<PublishTrimmed>false</PublishTrimmed>
16+
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
1417
</PropertyGroup>
1518

1619
<Import Project="$(MSBuildThisFileDirectory)..\Sdk.net7.0.props" />

src/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi.Core.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ SPDX-License-Identifier: MIT
55
<Project Sdk="Microsoft.NET.Sdk">
66
<PropertyGroup>
77
<TargetFrameworks>net6.0;netcoreapp3.1</TargetFrameworks>
8-
<!-- trimming options -->
9-
<PublishTrimmed>false</PublishTrimmed>
10-
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
118
</PropertyGroup>
129

1310
<Import Project="Smdn.Reflection.ReverseGenerating.ListApi.Core.Common.props" />

src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ SPDX-License-Identifier: MIT
1111
<RootNamespace/> <!-- empty the root namespace so that the namespace is determined only by the directory name, for code style rule IDE0030 -->
1212
<Nullable>enable</Nullable>
1313

14+
<!-- trimming options -->
15+
<PublishTrimmed>false</PublishTrimmed>
16+
<EnableTrimAnalyzer>false</EnableTrimAnalyzer>
17+
1418
<!-- required to include all dependencies to the package -->
1519
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1620

0 commit comments

Comments
 (0)