That’s a bit confusing, but got it working.
Ran into a deadlock for a async, but got it working by wrapping in a Task.Run block as described at Async await in Unittests
Now I’m getting coverage reports - thanks!
That’s a bit confusing, but got it working.
Ran into a deadlock for a async, but got it working by wrapping in a Task.Run block as described at Async await in Unittests
Now I’m getting coverage reports - thanks!