dotnet / dotnet/command-line-api
SIGINT on Linux isn't properly caught.
Open
bug
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
[This test](https://github.com/dotnet/command-line-api/blob/0581713635ab5930125c47d8a384d6594679849e/src/System.CommandLine.Tests/Invocation/CancelOnProcessTerminationTests.cs#L25) when given the SIGINT signal doesn't return 42 on .NET5, but 130, which means the SIGINT wasn't caught, but was returned directly from the dotnet host.
Contributor guide
Assessment
This issue has not been assessed yet.