18 references to BrowserLogsConfigurationManager
Aspire.Hosting.Browsers.Tests (18)
BrowserLogsBuilderExtensionsTests.cs (5)
102
var browserInput = arguments.Single(input => input.Name ==
BrowserLogsConfigurationManager
.BrowserInputName);
103
var userDataModeInput = arguments.Single(input => input.Name ==
BrowserLogsConfigurationManager
.UserDataModeInputName);
104
var profileInput = arguments.Single(input => input.Name ==
BrowserLogsConfigurationManager
.ProfileInputName);
157
var profileInput = arguments.Single(input => input.Name ==
BrowserLogsConfigurationManager
.ProfileInputName);
193
var saveInput = arguments.Single(input => input.Name ==
BrowserLogsConfigurationManager
.SaveToUserSecretsInputName);
src\Aspire.Hosting.Browsers\BrowserLogsBuilderExtensions.cs (6)
128
builder.ApplicationBuilder.Services.TryAddSingleton<
BrowserLogsConfigurationManager
>();
205
var
configurationManager = context.Services.GetRequiredService<
BrowserLogsConfigurationManager
>();
218
Arguments =
BrowserLogsConfigurationManager
.CreateArgumentDefinitions(browserLogsResource, builder.ApplicationBuilder.UserSecretsManager.IsAvailable),
221
var
configurationManager = context.Services.GetRequiredService<
BrowserLogsConfigurationManager
>();
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (7)
22
ILogger<
BrowserLogsConfigurationManager
> logger)
73
var
configurationManager = context.Services.GetRequiredService<
BrowserLogsConfigurationManager
>();
96
var
configurationManager = context.Services.GetRequiredService<
BrowserLogsConfigurationManager
>();
117
var
configurationManager = context.Services.GetRequiredService<
BrowserLogsConfigurationManager
>();