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