blazor-starter
blazor-starter copied to clipboard
Correctly await WriteAsJsonAsync in HttpTrigger.Run method
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.