Browse Source

A couple more common elements to add to this

Brandon Thetford 1 year ago
parent
commit
c23c32c7d0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Analyzers/Directory.build.props

+ 2 - 0
Analyzers/Directory.build.props

@@ -7,6 +7,8 @@
     <Deterministic>true</Deterministic>
     <UTF8OutPut>true</UTF8OutPut>
     <DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL;CODE_ANALYSIS</DefineConstants>
+    <NoLogo>True</NoLogo>
+    <DefineTrace>True</DefineTrace>
   </PropertyGroup>
   <ItemGroup>
       <Using Include="System.Buffers" />