2 instantiations of ResourceCommandResponseViewModel
Aspire.Dashboard (2)
ResourceService\DashboardClient.cs (1)
553return new ResourceCommandResponseViewModel()
ResourceService\Partials.cs (1)
149return new ResourceCommandResponseViewModel()
8 references to ResourceCommandResponseViewModel
Aspire.Dashboard (4)
Model\DashboardCommandExecutor.cs (1)
57ResourceCommandResponseViewModel response;
ResourceService\DashboardClient.cs (1)
527public async Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken)
ResourceService\IDashboardClient.cs (1)
45Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken);
ResourceService\Partials.cs (1)
147public ResourceCommandResponseViewModel ToViewModel()
Aspire.Dashboard.Components.Tests (2)
Controls\ApplicationNameTests.cs (1)
56public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
Shared\TestDashboardClient.cs (1)
38public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken)
Aspire.Dashboard.Tests (2)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
51public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
ResourceOutgoingPeerResolverTests.cs (1)
206public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();