提交 bec0c17f 编写于 作者: J Jared Parsons

Work around Dependencies node perf issues

Disabling the Dependencies node due to performance issues. This is
tracked by by the umbrella issue 2297 in project-system

https://github.com/dotnet/project-system/issues/2297
上级 243eaefa
......@@ -245,6 +245,16 @@
</SuggestedBindingRedirects>
</ItemGroup>
<!--
Work around some UI delays in the new project system
https://github.com/dotnet/project-system/issues/2297
-->
<ItemGroup>
<ProjectCapability Remove="DependenciesTree"/>
</ItemGroup>
<Import Project="$(MSBuildTargetsFilePath)" Condition="'$(RoslynSdkProject)' != 'true'" />
<Import Project="$(RoslynNetSdkRootPath)Sdk.targets" Condition="'$(RoslynSdkProject)' == 'true'" />
......@@ -474,8 +484,8 @@
https://github.com/dotnet/roslyn/issues/18753
-->
<Target Name="RemoveDuplicateXUnitContent">
<ItemGroup>
<Content Remove="@(Content)" Condition="'%(Filename)%(Extension)' == 'xunit.abstractions.dll'" />
<ItemGroup>
<Content Remove="@(Content)" Condition="'%(Filename)%(Extension)' == 'xunit.abstractions.dll'" />
</ItemGroup>
</Target>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册