13 references to BrowserLogsConfigurationManager
Aspire.Hosting.Browsers (13)
BrowserLogsBuilderExtensions.cs (6)
128builder.ApplicationBuilder.Services.TryAddSingleton<BrowserLogsConfigurationManager>(); 205var configurationManager = context.Services.GetRequiredService<BrowserLogsConfigurationManager>(); 218Arguments = BrowserLogsConfigurationManager.CreateArgumentDefinitions(browserLogsResource, builder.ApplicationBuilder.UserSecretsManager.IsAvailable), 221var configurationManager = context.Services.GetRequiredService<BrowserLogsConfigurationManager>();
BrowserLogsConfigurationManager.cs (7)
22ILogger<BrowserLogsConfigurationManager> logger) 73var configurationManager = context.Services.GetRequiredService<BrowserLogsConfigurationManager>(); 96var configurationManager = context.Services.GetRequiredService<BrowserLogsConfigurationManager>(); 117var configurationManager = context.Services.GetRequiredService<BrowserLogsConfigurationManager>();