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