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 Nov 3, 2023. It is now read-only.
When I press Ctrl+C on Linux with .NET Core I got:
System.PlatformNotSupportedException: Thread abort is not supported on this platform.
at System.Threading.Thread.Abort()
at System.Console.HandleBreakEvent(ConsoleSpecialKey controlKey)
at System.ConsolePal.ControlCHandlerRegistrar.HandleBreakEvent(Object state)
There should be some other king of thread sync then Abort().