Hacker News new | ask | show | jobs
by sebazzz 1725 days ago
> 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

1 comments

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