3 references to BrowserLogsConfigurationSectionName
Aspire.Hosting.Browsers (3)
BrowserConfiguration.cs (1)
45
var browserLogsSection = configuration.GetSection(BrowserLogsBuilderExtensions.
BrowserLogsConfigurationSectionName
);
BrowserLogsConfigurationManager.cs (2)
371
? $"{BrowserLogsBuilderExtensions.
BrowserLogsConfigurationSectionName
}:{resource.ParentResource.Name}"
372
: BrowserLogsBuilderExtensions.
BrowserLogsConfigurationSectionName
;