/HostConfiguration

Reading the configuration in a host-application before startup.

Primary LanguageC#

Reading the configuration in a host-application before startup

  1. Building the Host with Host.CreateApplicationBuilder.Build()
  2. Reading configuration values before starting the Host
    • via IConfiguration
    • via IOptions
  3. Starting the host