dotnet scaffold is stuck
- Dominant language
- C#
- Stars
- 818
- Forks
- 260
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
Hello, I wanted to try dotnet-scaffold but it seems the scaffold command is stuck.
I left it open for +/- 10 minutes without any output.
After running the command it just hangs on "Discovering scaffolders"

What I tried:
- I tried several command lines (windows terminal, windows cmd, warp) but these all have the same behavior.
- I also tried to uninstall and reinstall the command, but with the same result.
I can reproduce it with the following steps:
```cs
➜ MyWebApp dotnet tool install --global Microsoft.dotnet-scaffold
You can invoke the tool using the following command: dotnet-scaffold
Tool 'microsoft.dotnet-scaffold' (version '9.0.1') was successfully installed.
➜ MyWebApp dotnet --version
9.0.200
➜ MyWebApp dotnet scaffold
```
Maybe related, but previously I also had the CLI tool from QuestPDF installed (https://www.questpdf.com/document-previewer.html#installation), and while running `dotnet scaffold` it opened the QuestPDF preview screen.
Contributor guide
Assessment
This issue has not been assessed yet.