No screen during slow start-up for Blazor Hybrid App

Mark Greenwood 16 Reputation points
2022-07-04T00:08:22.713+00:00

I am creating a Hybrid Blazor Maui app - during the startup we use a configuration builder to load in Application Config hosted in Azure - that process can take around 10 seconds to complete - we don't have that much data in App Config to be fair but for some reason it's taking this long for the configurationBuilder.Build() to execute.

During this time there is NO visible screen or anything to indicate that the application is running / starting. Once the screen is up of course it all starts working as exepected.

I have searched to see if people have similar issues but cannot find anything specific where the Sevices are being constructed and that taking a while to complete....

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,395 questions
{count} votes