Skip to content

Commit

Permalink
Treat warnings as errors in Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Dec 20, 2024
1 parent c225b91 commit 23d47d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Pkmds.Web/Pkmds.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup>
<WasmEnableSIMD>false</WasmEnableSIMD>
</PropertyGroup>
Expand Down

0 comments on commit 23d47d9

Please sign in to comment.