You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.