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