5 references to BrowserDefaultProfileValue
Aspire.Hosting.Browsers (5)
BrowserLogsConfigurationManager.cs (5)
201
context.Input.Value = currentConfiguration.Profile ??
BrowserDefaultProfileValue
;
210
[
BrowserDefaultProfileValue
] = BrowserCommandStrings.ConfigureTrackedBrowserDefaultProfileOption
244
context.Input.Value =
BrowserDefaultProfileValue
;
292
!string.Equals(profile.Value,
BrowserDefaultProfileValue
, StringComparison.Ordinal))
472
string.Equals(profileValue,
BrowserDefaultProfileValue
, StringComparison.Ordinal)