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

Corrected the generic host configuration sample based on feedback. #42582

Merged
merged 3 commits into from
Sep 11, 2024

Conversation

koenigst
Copy link
Contributor

@koenigst koenigst commented Sep 11, 2024

Summary

The sample for applying host configuration was wrong. The configuration needs to be applied to the HostApplicationBuilderSettings instead of the HostApplicationBuilder.

Fixes dotnet/runtime#97930


Internal previews

📄 File 🔗 Preview link
docs/core/extensions/generic-host.md docs/core/extensions/generic-host

@koenigst koenigst requested review from IEvangelist and a team as code owners September 11, 2024 12:34
@dotnet-bot dotnet-bot added this to the September 2024 milestone Sep 11, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Sep 11, 2024
@IEvangelist IEvangelist enabled auto-merge (squash) September 11, 2024 13:40
@IEvangelist IEvangelist merged commit f5d89af into dotnet:main Sep 11, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-fundamentals/svc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to configure host environment from a JSON settings file when using Host.CreateApplicationBuilder
3 participants