3 instantiations of ResourceCommandResponseViewModel
Aspire.Dashboard (2)
ServiceClient\DashboardClient.cs (1)
748
return new
ResourceCommandResponseViewModel
()
ServiceClient\Partials.cs (1)
198
return new
ResourceCommandResponseViewModel
()
Aspire.Dashboard.Components.Tests (1)
Pages\ConsoleLogsTests.cs (1)
665
resourceCommandChannel.Writer.TryWrite(new
ResourceCommandResponseViewModel
13 references to ResourceCommandResponseViewModel
Aspire.Dashboard (4)
Model\DashboardCommandExecutor.cs (1)
125
ResourceCommandResponseViewModel
response;
ServiceClient\DashboardClient.cs (1)
722
public async Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken)
ServiceClient\IDashboardClient.cs (1)
67
Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken);
ServiceClient\Partials.cs (1)
196
public
ResourceCommandResponseViewModel
ToViewModel()
Aspire.Dashboard.Components.Tests (4)
Pages\ConsoleLogsTests.cs (1)
621
var resourceCommandChannel = Channel.CreateUnbounded<
ResourceCommandResponseViewModel
>();
tests\Shared\TestDashboardClient.cs (3)
17
private readonly Channel<
ResourceCommandResponseViewModel
>? _resourceCommandsChannel;
31
Channel<
ResourceCommandResponseViewModel
>? resourceCommandsChannel = null,
50
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken)
Aspire.Dashboard.Tests (5)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
43
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
ResourceOutgoingPeerResolverTests.cs (1)
418
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
tests\Shared\TestDashboardClient.cs (3)
17
private readonly Channel<
ResourceCommandResponseViewModel
>? _resourceCommandsChannel;
31
Channel<
ResourceCommandResponseViewModel
>? resourceCommandsChannel = null,
50
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken)