dotnet / dotnet/sdk

Ctrl+C on a `dnx`-invoked tool shows an unescapable Windows Batch termination dialog

Open
#49,623 4 comments 0 reactions 0 assignees View on GitHub
Area-Tools untriaged
Dominant language
C#
Stars
3.2k
Forks
1.3k
PR merge metrics
PR metrics pending

Description

### Is your feature request related to a problem? Please describe.
We invoke .exe in multi-RID packages by wrapping them in a batch script, but that means when you Ctrl+c to terminate the command, you get the following output all the time:

```cmd
Terminate batch job (Y/N)
```

That's very unattractive.

### Describe the solution you'd like
We should have a way to invoke the tools that doesn't clutter the terminal.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.