Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <michals@microsoft.com>2018-01-04 19:42:28 +0300
committerMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-01-04 20:22:23 +0300
commit5ede8bdf8c51fe56fc9afcbaf37cdf41404212fd (patch)
tree91670910f658d15ea1b58edc29d1e36c3790fad7 /src/Test.CoreLib
parent97fdee891df6f3d64e8397a1335faf3a0b0ae2f7 (diff)
Remove hack to disable analyzers
Diffstat (limited to 'src/Test.CoreLib')
-rw-r--r--src/Test.CoreLib/src/Test.CoreLib.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Test.CoreLib/src/Test.CoreLib.csproj b/src/Test.CoreLib/src/Test.CoreLib.csproj
index 8c90d00cc..a7588cad9 100644
--- a/src/Test.CoreLib/src/Test.CoreLib.csproj
+++ b/src/Test.CoreLib/src/Test.CoreLib.csproj
@@ -6,8 +6,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsCoreAssembly>true</IsCoreAssembly>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
- <!-- Hack to disable analyzers. Replace once https://github.com/dotnet/buildtools/issues/1349 is fixed. -->
- <CodeAnalyzerDir>$(MSBuildThisFileDirectory)/Documentation</CodeAnalyzerDir>
+ <EnableFxCopAnalyzers>false</EnableFxCopAnalyzers>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<DefineConstants>FEATURE_GC_STRESS;$(DefineConstants)</DefineConstants>