Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontaylordev committed Nov 15, 2024
1 parent 8a7eb2f commit 5b9c820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Project>
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
<!-- <ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath> -->
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 5b9c820

Please sign in to comment.