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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Halter <halter73@gmail.com>2021-08-05 00:21:07 +0300
committerGitHub <noreply@github.com>2021-08-05 00:21:07 +0300
commit45222c12d944a8915ba480220de8a1f9c133c0c4 (patch)
tree173333fec0a40cbbe1cb71f8090d0b84625988f3 /Directory.Build.props
parent140a8576b5c23d868e2b0a9f13c10429d9a34036 (diff)
Run analyzers in VS (#35044)
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props7
1 files changed, 0 insertions, 7 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 1a2e763e2b..dc1f355411 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -15,13 +15,6 @@
<AnalysisMode>Default</AnalysisMode>
</PropertyGroup>
- <!-- See https://github.com/dotnet/roslyn/issues/54867 for more info. -->
- <PropertyGroup Condition="'$(BuildingInsideVisualStudio)' == 'true' AND $([MSBuild]::VersionGreaterThanOrEquals('$(VisualStudioVersion)', '17.0'))">
- <RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
- <RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
- <RunAnalyzers>false</RunAnalyzers>
- </PropertyGroup>
-
<!-- Defines project type conventions. -->
<PropertyGroup>
<RepoRelativeProjectDir>$([MSBuild]::MakeRelative($(RepoRoot), $(MSBuildProjectDirectory)))</RepoRelativeProjectDir>