Hi, I'm not sure whether an issue with NUnit but the following test will always result in a deadlock: ``` [Test] public async Task Deadlock() { new Control(); await Task.Run(() => { int x = 42; }); } ``` Version used: **3.6.1** Thanks, Costin
Hi,
I'm not sure whether an issue with NUnit but the following test will always result in a deadlock:
Version used: 3.6.1
Thanks,
Costin