IHostBuilder as default builder #6157
ParadiseFallen
started this conversation in
Ideas
Replies: 1 comment 9 replies
-
Give it a try and see if you could make it to not blow up on macOS and if you could make IHost::StartAsync to return a Task instead of blocking. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I suggest to use IHostBuilder for avalonia. then we can easy setup di and other options. use configuration files. etc.
then we dont need Splat anymore.
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-5.0
Beta Was this translation helpful? Give feedback.
All reactions