Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 87e7270

Browse files
Enable warnings as errors in test project and fix errors
1 parent f1dc07f commit 87e7270

3 files changed

Lines changed: 133 additions & 40 deletions

File tree

Tests/ReQuesty.Builder.Tests/ReQuesty.Builder.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
8-
<!--TreatWarningsAsErrors>true</TreatWarningsAsErrors-->
8+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<IsPackable>false</IsPackable>
1010
</PropertyGroup>
1111
<ItemGroup>

0 commit comments

Comments
 (0)