2 references to DashboardCommandExecutor
Aspire.Dashboard (2)
Components\Pages\Resources.razor.cs (2)
659
(resource, command) =>
DashboardCommandExecutor
.IsExecuting(resource.Name, command.Name),
768
await
DashboardCommandExecutor
.ExecuteAsync(resource, command, GetResourceName);