11 references to BrowserLogsConfigurationStore
Aspire.Hosting.Browsers.Tests (11)
BrowserLogsBuilderExtensionsTests.cs (6)
493app.Services.GetRequiredService<BrowserLogsConfigurationStore>()); 536app.Services.GetRequiredService<BrowserLogsConfigurationStore>()); 574app.Services.GetRequiredService<BrowserLogsConfigurationStore>()); 615app.Services.GetRequiredService<BrowserLogsConfigurationStore>()); 660app.Services.GetRequiredService<BrowserLogsConfigurationStore>()); 749app.Services.GetRequiredService<BrowserLogsConfigurationStore>());
src\Aspire.Hosting.Browsers\BrowserLogsBuilderExtensions.cs (3)
127builder.ApplicationBuilder.Services.TryAddSingleton<BrowserLogsConfigurationStore>(); 159var configurationStore = context.Services.GetRequiredService<BrowserLogsConfigurationStore>();
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (1)
20BrowserLogsConfigurationStore configurationStore,
src\Aspire.Hosting.Browsers\BrowserLogsResource.cs (1)
22public BrowserConfiguration ResolveCurrentConfiguration(IConfiguration configuration, BrowserLogsConfigurationStore? configurationStore = null)