Skip to content

Commit

Permalink
Add MA0051;NU1901;NU1902;NU1903;NU1904 to Warnings Not As Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectron committed Nov 15, 2024
1 parent 558277f commit 01291ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors></WarningsAsErrors>
<WarningsNotAsErrors>MA0026</WarningsNotAsErrors>
<WarningsNotAsErrors>MA0026;MA0051;NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
Expand Down

0 comments on commit 01291ac

Please sign in to comment.