DEV Community

dipaolop
dipaolop

Posted on

Blazor Server Dll loading progress

I have a blazor project. At application startup it loads a lot of Dll files. During this time window, nothing is shown on the browser. The page is blank with loading progress circle running on Chrome. When all dll and javascript scripts are loaded, the the application route starts and someting appears on the browser screen.
How is it possible to show the progress of loading project on a Blazor Server application? I found many articles that explain this matter but only for Blazor Webassembly projects, while none for Blazor Server projects.

Thanks in advance
Paolo

Top comments (1)

Collapse
 
corentinbettiol profile image
Corentin Bettiol

Hi, you can use tags (maybe the #help one is the best suited for this post), and better describe your project (project specs, installed packages, examples of code).