9 references to Id
Aspire.Dashboard (4)
Components_Controls_ResourceFilters_razor.g.cs (3)
418Id 460Id 502Id
Components_Controls_SelectResourceOptions_razor.g.cs (1)
260Id
Aspire.Dashboard.Components.Tests (5)
Pages\ResourcesTests.cs (5)
166cut.FindComponents<SelectResourceOptions<string>>().First(f => f.Instance.Id == "resource-states") 300var typeSelect = filterComponents.First(f => f.Instance.Id == "resource-types"); 303var stateSelect = filterComponents.First(f => f.Instance.Id == "resource-states"); 306var healthSelect = filterComponents.First(f => f.Instance.Id == "resource-health-states"); 333.First(f => f.Instance.Id == "resource-types")