3 references to DashboardCommandExecutor
Aspire.Dashboard (3)
Components\Pages\Resources.razor.cs (2)
624
(resource, command) =>
DashboardCommandExecutor
.IsExecuting(resource.Name, command.Name),
732
await
DashboardCommandExecutor
.ExecuteAsync(resource, command, GetResourceName);
Components_Pages_Resources_razor.g.cs (1)
2422
(resource, command) =>
DashboardCommandExecutor
.IsExecuting(resource.Name, command.Name)