ASP.NET Core does have a SynchronizationContext when using Blazor
Author: SebazzzCreated Dec 22, 2022Updated Dec 27, 2022
Avoid using Task.Result and Task.Wait:
ASP.NET Core Blazor does appear to use a synchronization context, being the RendererSynchronizationContext](https://source.dot.net/#Microsoft.AspNetCore.Components/Rendering/RendererSynchronizationContext.cs,11).
Source: davidfowl/AspNetCoreDiagnosticScenarios