8 lines
339 B
XML
8 lines
339 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!-- Compiler and analyzer warnings fail the build. Pair with .editorconfig severities. -->
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<!-- IDE0005 (unnecessary usings) is enforced via dotnet format in CI/pre-commit — see scripts/verify-dotnet-format.sh -->
|
|
</PropertyGroup>
|
|
</Project>
|