5 references to BrowserDefaultProfileValue
Aspire.Hosting.Browsers.Tests (5)
src\Aspire.Hosting.Browsers\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)