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
At the moment it calls Thread.Abort(), leaving the user the option to kill the process via the task tray. Maybe it should simply kill the process, since Thread.Abort() is rarely useful.
For ad hoc, async tests, should it support passing in a CancellationToken arg?
At the moment it calls Thread.Abort(), leaving the user the option to kill the process via the task tray. Maybe it should simply kill the process, since Thread.Abort() is rarely useful.
For ad hoc, async tests, should it support passing in a
CancellationToken
arg?See discussion here: https://github.com/dotnet/corefx/issues/25154#issuecomment-343588083
Related: #136
The text was updated successfully, but these errors were encountered: