dotnet / dotnet/command-line-api

SIGINT on Linux isn't properly caught.

Open
#1,206 7 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.