3 instantiations of ResourceCommandResponseViewModel
Aspire.Dashboard (2)
ResourceService\DashboardClient.cs (1)
575
return new
ResourceCommandResponseViewModel
()
ResourceService\Partials.cs (1)
193
return new
ResourceCommandResponseViewModel
()
Aspire.Dashboard.Components.Tests (1)
Pages\ConsoleLogsTests.cs (1)
403
resourceCommandChannel.Writer.TryWrite(new
ResourceCommandResponseViewModel
11 references to ResourceCommandResponseViewModel
Aspire.Dashboard (4)
Model\DashboardCommandExecutor.cs (1)
100
ResourceCommandResponseViewModel
response;
ResourceService\DashboardClient.cs (1)
549
public async Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken)
ResourceService\IDashboardClient.cs (1)
47
Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken);
ResourceService\Partials.cs (1)
191
public
ResourceCommandResponseViewModel
ToViewModel()
Aspire.Dashboard.Components.Tests (5)
Controls\ApplicationNameTests.cs (1)
81
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
Pages\ConsoleLogsTests.cs (1)
359
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)
51
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
ResourceOutgoingPeerResolverTests.cs (1)
206
public Task<
ResourceCommandResponseViewModel
> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();