Skip to content

High CPU when target framework is empty #3670

@davkean

Description

@davkean

Opening the following projects causes VS to constantly consume CPU:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework></TargetFramework>
  </PropertyGroup>

</Project>

or

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFrameworks></TargetFrameworks>
  </PropertyGroup>

</Project>

Design time builds are constantly occurring in the background.

Also hit by #3489 by AWS SDK.

Metadata

Metadata

Assignees

Labels

Feature-Dependency-Node"Dependencies" node in Solution Explorer that display project, binary & package referencesTenet-PerformanceThis issue affects the "Performance" tenet.Triage-ApprovedReviewed and prioritized

Type

No fields configured for Bug.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions