10 references to BrowserLogsConfigurationScope
Aspire.Hosting.Browsers.Tests (10)
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (8)
161
var scopeName = selected.Scope ==
BrowserLogsConfigurationScope
.Resource
327
IEnumerable<BrowserLogsResource> resources = selected.Scope ==
BrowserLogsConfigurationScope
.Global
342
if (selected.Scope ==
BrowserLogsConfigurationScope
.Global)
370
var configurationPrefix = selected.Scope ==
BrowserLogsConfigurationScope
.Resource
457
BrowserLogsConfigurationScope
Scope,
465
var
scope = string.Equals(inputs[ScopeInputName].Value, GlobalScopeValue, StringComparison.Ordinal)
466
?
BrowserLogsConfigurationScope
.Global
467
:
BrowserLogsConfigurationScope
.Resource;
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationStore.cs (2)
26
public void Set(
BrowserLogsConfigurationScope
scope, string resourceName, BrowserConfiguration configuration)
32
if (scope ==
BrowserLogsConfigurationScope
.Global)