Currently most of the code i write is with async/await. And NCrunch 3.12 has still problems on the impact detection, with leads to not run impacted tests, even if i sometimes edit the test code directly.
I switched to WatchText instead of CompareIL for the impact detection, with that there may be more running tests, but they are running.
Also what is often missing in aync/await Tests the marking red x for in that code path the exception occured. It is only a red dot.