Skip to content

Commit

Permalink
Suppress trim warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed May 14, 2024
1 parent ea61e6d commit 0430fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Datalust.Piggy/Datalust.Piggy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<TrimMode>partial</TrimMode>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit 0430fd9

Please sign in to comment.