You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2019. It is now read-only.
When running a beta5 web project in previous releases you could use CTRL+C to stop kestrel on mac/linux. There is an issue in the asp.net 5 runtime preventing this from working. This has already been fixed for beta6.
The workaround is to use CTRL+Z, which will free up the console but keep the process running. Then you can use kill %1 or killall mono to end the kestrel process.
The text was updated successfully, but these errors were encountered:
Here are the known issues in the
beta5
release.Cannot cleanly close kestrel on mac/linux
When running a beta5 web project in previous releases you could use
CTRL+C
to stop kestrel on mac/linux. There is an issue in the asp.net 5 runtime preventing this from working. This has already been fixed forbeta6
.The workaround is to use
CTRL+Z
, which will free up the console but keep the process running. Then you can usekill %1
orkillall mono
to end the kestrel process.The text was updated successfully, but these errors were encountered: