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)
158
var 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)
304
throw new InvalidOperationException($"Failed to convert configuration value at '{configuration.
GetSection
(reloadConfigOnChangeKey).Path}' to type '{typeof(bool)}'.");
316
logging.AddConfiguration(configuration.
GetSection
("Logging"));