Skip to content

Commit

Permalink
Activate Treat Warnings As Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KsiProgramming committed May 20, 2024
1 parent b19a33c commit 8548423
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<!-- Enable implict usings -->
<ImplicitUsings>enable</ImplicitUsings>

<!-- Treat Warnings As Errors -->
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

<!-- Disable the Analyzers in Release configuration -->
<RunAnalyzers Condition="'$(Configuration)' == 'Release'">false</RunAnalyzers>
</PropertyGroup>
Expand Down

0 comments on commit 8548423

Please sign in to comment.