3 instantiations of ResourceCommandResponseViewModel
Aspire.Dashboard (2)
ResourceService\DashboardClient.cs (1)
569
return new
ResourceCommandResponseViewModel
()
ResourceService\Partials.cs (1)
175
return new
ResourceCommandResponseViewModel
()
Aspire.Dashboard.Components.Tests (1)
Pages\ConsoleLogsTests.cs (1)
406
resourceCommandChannel.Writer.TryWrite(new
ResourceCommandResponseViewModel
11 references to ResourceCommandResponseViewModel
Aspire.Dashboard (4)
Model\DashboardCommandExecutor.cs (1)
125
ResourceCommandResponseViewModel
response;
ResourceService\DashboardClient.cs (1)
543
public async Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken)
ResourceService\IDashboardClient.cs (1)
56
Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken);
ResourceService\Partials.cs (1)
173
public
ResourceCommandResponseViewModel
ToViewModel()
Aspire.Dashboard.Components.Tests (5)
Controls\ApplicationNameTests.cs (1)
79
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
Pages\ConsoleLogsTests.cs (1)
362
var resourceCommandChannel = Channel.CreateUnbounded<
ResourceCommandResponseViewModel
>();
Shared\TestDashboardClient.cs (3)
15
private readonly Channel<
ResourceCommandResponseViewModel
>? _resourceCommandsChannel;
26
Channel<
ResourceCommandResponseViewModel
>? resourceCommandsChannel = null,
41
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken)
Aspire.Dashboard.Tests (2)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
35
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
ResourceOutgoingPeerResolverTests.cs (1)
227
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();