Implemented interface member:
method
GetSection
Microsoft.Extensions.Configuration.IConfiguration.GetSection(System.String)
2 references to GetSection
Microsoft.AspNetCore (2)
WebApplicationBuilder.cs (2)
304throw new InvalidOperationException($"Failed to convert configuration value at '{configuration.GetSection(reloadConfigOnChangeKey).Path}' to type '{typeof(bool)}'."); 316logging.AddConfiguration(configuration.GetSection("Logging"));