9 references to Id
Aspire.Dashboard (4)
Components_Controls_ResourceFilters_razor.g.cs (3)
382
Id
424
Id
466
Id
Components_Controls_SelectResourceOptions_razor.g.cs (1)
224
Id
Aspire.Dashboard.Components.Tests (5)
Pages\ResourcesTests.cs (5)
165
cut.FindComponents<SelectResourceOptions<string>>().First(f => f.Instance.
Id
== "resource-states")
299
var typeSelect = filterComponents.First(f => f.Instance.
Id
== "resource-types");
302
var stateSelect = filterComponents.First(f => f.Instance.
Id
== "resource-states");
305
var healthSelect = filterComponents.First(f => f.Instance.
Id
== "resource-health-states");
332
.First(f => f.Instance.
Id
== "resource-types")