|
|
|
|
|
by Const-me
2465 days ago
|
|
I agree there're caveats, I experienced that too. I disagree they're broken. C# 7.1 introduced async main. No reason to call Task.Result in console programs. Even before that feature arrived, visual studio debugger could resolve that literally in a minute. Press F5, reproduce deadlock, you'll see exactly what's locked and why. |
|