ConfigureAwait(false) in Library Code — Still Relevant in .NET 10?
ASP.NET Core dropped the synchronization context years ago. So why do every Granit library and the .NET runtime itself still write ConfigureAwait(false) on every await? Because libraries do not get to choose their host.