Implemented interface member:
method
GetSection
Microsoft.Extensions.Configuration.IConfiguration.GetSection(System.String)
6 references to GetSection
ApiGateway (1)
Program.cs (1)
5.LoadFromConfig(builder.Configuration.GetSection("ReverseProxy"))
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
158var dashboardConfigSection = builder.Configuration.GetSection("Dashboard");
Aspire.Hosting (2)
DistributedApplicationBuilder.cs (2)
151_innerBuilder.Logging.AddConfiguration(_innerBuilder.Configuration.GetSection("Logging")); 390_innerBuilder.Services.Configure<PublishingOptions>(_innerBuilder.Configuration.GetSection(PublishingOptions.Publishing));
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"));