Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Regardless, ConfigureAwait(false) does absolutely nothing here because this Task is not being awaited.

It does help if there is a SynchronisationContext active, like in legacy ASP.NET



No, really. ConfigureAwait configures the await. If you don't await - if you block by calling .Result - it does nothing




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: