Is there way to run async nunit tests on Mac? All tests like async Task Test() are ignored, and async void Test() are non-waits and passes with OK immediately
↧
Is there way to run async nunit tests on Mac? All tests like async Task Test() are ignored, and async void Test() are non-waits and passes with OK immediately