Skip to content

VS freezes when using Roslyn experimental instance containing multiple TFMs #57289

@allisonchou

Description

@allisonchou

Version Used: 31819.334.d17.0

Steps to Reproduce:

  1. Create new console app
  2. Edit .csproj file to target multiple frameworks, e.g.
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net6.0</TargetFramework>
  </PropertyGroup>

</Project>
  1. Launch RoslynDev experimental instance using the Roslyn repo's main-vs-deps branch. Attempt to open any file in the project.

Expected Behavior: VS doesn't freeze

Actual Behavior: VS completely freezes up:
image

Metadata

Metadata

Labels

Area-IDEBugTenet-ReliabilityCustomer telemetry indicates that the product is failing in a crash/hang/dataloss manner.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions