The third bullet point under "Host shutdown" mentions using Ctrl+Z, but should say Ctrl+C:
"If the app is forcefully shut down using SIGKILL (or CTRL+Z)."
Oh, I just realized I might be incorrect about this. I've never seen Ctrl+Z associated with SIGKILL (only SIGTSTP) and assumed this document meant Ctrl+C (SIGINT), but perhaps Ctrl+Z is appropriate in this case.
Type of issue
Typo
Description
The third bullet point under "Host shutdown" mentions using Ctrl+Z, but should say Ctrl+C: "If the app is forcefully shut down using SIGKILL (or CTRL+Z)."
Page URL
https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host?tabs=appbuilder#host-shutdown
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/extensions/generic-host.md
Document Version Independent Id
22a12ff8-d2ff-a841-b9bb-e2fd1032bc04
Article author
@IEvangelist
Metadata
Related Issues