Before https://github.com/dotnet/command-line-api/pull/2044, the `CancellationToken` was hooked in the default configuration. Now, you need to explicitly call `CancelOnProcessTermination`. @adamsitnik is this an intentional change?
Before #2044, the
CancellationTokenwas hooked in the default configuration.Now, you need to explicitly call
CancelOnProcessTermination.@adamsitnik is this an intentional change?