Closed
Description
dotnet/coreclr#21300 (comment)
CoreClr is changing the default behavior for SIGTERM exit codes from zero to non-zero. WebHost and GenericHost both block the ProcessExit event while attempting to shut down.
Proposal:
If the host does shut down gracefully then set the exit code to zero.