staticwebdev / blazor-starter

A starter template in C# APIs and Blazor for Azure Static Web Apps
217 stars 104 forks source link

Correctly await WriteAsJsonAsync in HttpTrigger.Run method #51

Open HaraldMuehlhoffCC opened 3 months ago

HaraldMuehlhoffCC commented 3 months ago

Thanks for your blazor-starter project that indeed got me started with my Azure static web app!

Visual Studio warned me rightly about the unawaited WriteAsJsonAsync in the HttpTrigger.Run method. It's a small fix but might be helpful - especially for beginners.