fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.
https://fsprojects.github.io/Paket/
MIT License
1.99k stars 520 forks source link

`paket.exe` never returns (even when just using `paket.exe --version`) #4216

Open mbodm opened 12 months ago

mbodm commented 12 months ago

Hey,

I opened the https://github.com/fsprojects/Paket/issues/4215 issue, but now it seems to me (at least on my Windows 11 machine -> see used environment below) the paket.exe not returns. Never. No matter what command or option i use.

Even a simple paket.exe --version just not returns. The console cursor is still visible, but the paket.exe not exits. Also a CTRL+C or CTRL+X has no effect and not ends the process.

Repro steps

Actual behavior

The version is printed, but the paket.exe not returns. Even CTRL+C (STRG+C in Germany) or CTRL+X (STRG+X in Germany) has no effect. The only option left is to close the console window (the started cmd.exe window).

Expected behavior

When paket.exe finishes it should exit and therefore give control back to the terminal which started paket.exe application.

Used environment

Attached screenshots

NoReturn1 NoReturn2