-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
area-hostingIncludes HostingIncludes HostingenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
A am trying to use WebApplication.CreateEmptyBuilder
but my host configuration is loaded from multiple sources (files), but there is no way to provide host configuration to WebApplication
, even though the inner HostApplicationBuilder
accepts a ConfigurationManager
through its options.
Current design forces me to copy the contents of the WebApplicationBuilder
class into my project, just to be able to forward my 'external' configuration.
Describe the solution you'd like
Add ConfigurationManager? Configuration
property to the WebApplicationOptions
that can be used to seed configuration by users.
Additional context
No response
Metadata
Metadata
Assignees
Labels
area-hostingIncludes HostingIncludes HostingenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one