Closed
Description
xunit/xunit#864
xunit/xunit#1935
Calling .Wait() causes deadlocks.
Calling .Result causes deadlocks.
Calling .GetAwaiter().GetResult() causes deadlocks.
we need to fix the way we use in async to prevent dead lock with xunit
xunit/xunit#864
xunit/xunit#1935
Calling .Wait() causes deadlocks.
Calling .Result causes deadlocks.
Calling .GetAwaiter().GetResult() causes deadlocks.
we need to fix the way we use in async to prevent dead lock with xunit