tryphotino / photino.Blazor

https://tryphotino.io
Apache License 2.0
328 stars 62 forks source link

Moving Photino.Blazor to Hosting #122

Open Denny09310 opened 3 months ago

Denny09310 commented 3 months ago

I managed to implement the IHostBuilder and IHostApplicationBuilder interfaces into the PhotinoBlazorAppBuilder. It's a bit of a hack job for now, though, mostly copy/pasting with a sprinkle of tweaks from the .NET source, just to get something going.

This can be useful for all the Hosting extensions and/or internal services that Microsoft.Extensions.Hosting offers and a way to register them gracefully inside the photino builder

kimdiego2098 commented 3 weeks ago

is this work feasible?

Denny09310 commented 3 weeks ago

is this work feasible?

Yes. I've used it successfully in one of my projecrs without encountering errors (for now 😁)