DEV Community

MurasPFG
MurasPFG

Posted on

Help me!

Why does blocking on an async task (.Result / .Wait()) cause a deadlock in UI applications (WPF/WinForms), but runs fine in Console apps — and how does ConfigureAwait(false) actually fix it under the hood?

Top comments (0)