提交 9a292b96 编写于 作者: S Sam Harwell

Enable roslyn-analyzers

上级 c6d40dbc
......@@ -24,10 +24,7 @@
Otherwise, it writes to the same file (GeneratedAssemblyInfoFile) as our GenerateAssemblyInfoFile target.
Follow-up issue to reconcile the two: https://github.com/dotnet/roslyn/issues/19645 -->
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<!-- Disabling on developer builds until perf issue figured out
https://github.com/dotnet/roslyn/issues/21041 -->
<UseRoslynAnalyzers Condition="'$(UseRoslynAnalyzers)' == '' AND '$(DeveloperBuild)' != 'true'">true</UseRoslynAnalyzers>
<UseRoslynAnalyzers Condition="'$(UseRoslynAnalyzers)' == ''">true</UseRoslynAnalyzers>
<BaseOutputPath Condition="'$(BaseOutputPath)' == ''">$(RepoRoot)Binaries\</BaseOutputPath>
<OutputPath>$(BaseOutputPath)$(Configuration)\</OutputPath>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)' == ''">$(RepoRoot)Binaries\Obj\</BaseIntermediateOutputPath>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册