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