Skip to content

Commit 5b9c820

Browse files
🧑‍💻 Treat warnings as errors
1 parent 8a7eb2f commit 5b9c820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
56
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
67
<!-- <ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath> -->
78
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)