Skip to content

Commit

Permalink
fix: suppress .NET analyzer for test project
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Apr 2, 2023
1 parent bf73ecc commit daff6ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion X10D.Tests/X10D.Tests.csproj
Expand Up @@ -10,7 +10,6 @@
<DebugSymbols>true</DebugSymbols>
<CoverletOutputFormat>json,cobertura</CoverletOutputFormat>
<CollectCoverage>true</CollectCoverage>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit daff6ee

Please sign in to comment.