configuration property

ConfigurationManager? configuration
getter/setter pair

Initial configuration sources to be added to the HostApplicationBuilder.configuration. These sources can influence the HostApplicationBuilder.environment through the use of 'HostDefaults' keys. Disposing the built Host disposes the ConfigurationManager.

Implementation

ConfigurationManager? configuration;