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/Runtime.Base
parent97fdee891df6f3d64e8397a1335faf3a0b0ae2f7 (diff)
Remove hack to disable analyzers
Diffstat (limited to 'src/Runtime.Base')
-rw-r--r--src/Runtime.Base/src/Runtime.Base.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Runtime.Base/src/Runtime.Base.csproj b/src/Runtime.Base/src/Runtime.Base.csproj
index 6beb92196..ffae8483f 100644
--- a/src/Runtime.Base/src/Runtime.Base.csproj
+++ b/src/Runtime.Base/src/Runtime.Base.csproj
@@ -8,8 +8,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'">