Chad Wilkin
Results
2
issues of
Chad Wilkin
Currently if you have multiple test projects with similar namespaces such as ``` MyProject.Core MyProject.Tests MyProject.Tests.Integration ``` and you set filter on `MyProject.Tests` it will still run the tests from...
1 - Ready
Idle
6
The easiest drop in alternative I was able to find to `Thread.Sleep` was `AutoResetEvent`. I'm experimenting with some combination of `Task.Delay` so additional updates may be forthcoming. #### WARNING: I...