浏览代码

fix: disable NETAnalyzers for tests

Giuseppe Lippolis 3 年之前
父节点
当前提交
48c91fbac7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      tests/Directory.Build.props

+ 6 - 0
tests/Directory.Build.props

@@ -0,0 +1,6 @@
+<Project>
+  <Import Project="..\Directory.Build.props" />
+  <PropertyGroup>
+    <EnableNETAnalyzers>false</EnableNETAnalyzers>
+  </PropertyGroup>
+</Project>