1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:45:42 +00:00

fix: suppress .NET analyzer for test project

This commit is contained in:
Oliver Booth 2023-04-02 03:31:37 +01:00
parent bf73ecce32
commit daff6ee3fe
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025

View File

@ -10,7 +10,6 @@
<DebugSymbols>true</DebugSymbols>
<CoverletOutputFormat>json,cobertura</CoverletOutputFormat>
<CollectCoverage>true</CollectCoverage>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
</PropertyGroup>
<ItemGroup>