3 references to Resource
Aspire.Dashboard (2)
Components\Controls\ResourceActions.razor.cs (2)
68
_highlightedCommands.AddRange(
Resource
.Commands.Where(c => c.IsHighlighted && c.State != CommandViewModelState.Hidden).Take(MaxHighlightedCount));
77
Resource
,
Aspire.Dashboard.Components.Tests (1)
Pages\ResourcesTests.cs (1)
181
builder.Add(component => component.
Resource
, resource);