Skip to content

Commit

Permalink
Disable 'TrimmerSingleWarn' for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Nov 24, 2024
1 parent e494b8c commit f615d88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

<!--
Show full details for all trim/AOT warnings produced during builds.
Normally, the linker would only show a generic warning per assembly.
-->
<TrimmerSingleWarn>false</TrimmerSingleWarn>

<!--
Enable the latest warning wave, which shows additional warnings for invalid language features that are disabled by default.
For additional info, see https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/warning-waves.
Expand Down

0 comments on commit f615d88

Please sign in to comment.