Skip to content

dotnet new list locks up terminals #40523

Closed as not planned
Closed as not planned
@dsschnau

Description

@dsschnau

Describe the bug

When I run dotnet new list in a terminal, my console locks up and I can't do anything but open a new terminal window. dotnet new list isn't the only dotnet command that creates this behavior, but it reliably reproduces it without writing any code.

To Reproduce

  • run in cmd dotnet new list
  • see list of dotnet templates available
  • terminal locks up, no input is read, CTRL-C doesnt' work, etc.

image
image

Exceptions (if any)

Further technical details

  • Include the output of dotnet --info
  • The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
C:\Users\dssch>dotnet --info
.NET SDK:
 Version:           8.0.204
 Commit:            c338c7548c
 Workload version:  8.0.200-manifests.7d36c14f
Microsoft Windows [Version 10.0.22631.3447]
(c) Microsoft Corporation. All rights reserved.

C:\Users\dssch>dotnet new list
These templates matched your input:....

Metadata

Metadata

Assignees

Labels

needs team triageRequires a full team discussionuntriagedRequest triage from a team member

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions