Closed as not planned
Description
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.
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:....