Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for HostApplicationBuilder #137

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

EugeneKrapivin
Copy link
Contributor

Hey!
It seems that Microsoft is pushing towards a more linear bootstrapping process for their application host. Hence, they are pushing towards the usage of their HostApplicationBuilder. This pull request has a relatively simple reimplementation of the IHostBuilder extensions methods to use the HostApplicationBuilder. I've also added a sample following the lines of the GenericHost sample you've got.

@mayuki
Copy link
Owner

mayuki commented Apr 16, 2024

Looks good to me. Thanks!

@mayuki mayuki merged commit 07e27ae into mayuki:master Apr 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants