My project uses .NET 4.8 because the 3rd-party SDK I’m using appears to require it. (attempting to set the project to .NET5 or higher results in tons of errors). So it seems I may be stuck doing ConfigureAwait(false) everywhere.
I did not know that the ConfigureAwait is no longer required for newer .NET. That’s useful. Thanks again for the info.