1 write to _executeResourceCommand
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestDashboardClient.cs (1)
58
_executeResourceCommand
= executeResourceCommand;
2 references to _executeResourceCommand
Aspire.Dashboard.Components.Tests (2)
tests\Shared\TestDashboardClient.cs (2)
70
if (
_executeResourceCommand
is not null)
72
return
_executeResourceCommand
(resourceName, resourceType, command, options, cancellationToken);