Formatting and disable warningsaserrors on tests

This commit is contained in:
Bjarke Berg
2024-10-28 13:19:46 +01:00
parent aceadc1ed7
commit e92a1b73f0
3 changed files with 13 additions and 9 deletions

View File

@@ -8,8 +8,9 @@
<IsPackable>false</IsPackable>
<BaseEnablePackageValidation>$(EnablePackageValidation)</BaseEnablePackageValidation>
<EnablePackageValidation>false</EnablePackageValidation>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<!-- TODO: Update test projects to use nullable reference types and remove this to enable nullable warnings as errors (the solution default) -->
<Nullable>annotations</Nullable>