2 instantiations of ResourceCommandResponseViewModel
Aspire.Dashboard (2)
ResourceService\DashboardClient.cs (1)
541return new ResourceCommandResponseViewModel()
ResourceService\Partials.cs (1)
81return new ResourceCommandResponseViewModel()
6 references to ResourceCommandResponseViewModel
Aspire.Dashboard (3)
ResourceService\DashboardClient.cs (1)
515public async Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken)
ResourceService\IDashboardClient.cs (1)
54Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken);
ResourceService\Partials.cs (1)
79public ResourceCommandResponseViewModel ToViewModel()
Aspire.Dashboard.Components.Tests (1)
Controls\ApplicationNameTests.cs (1)
53public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
Aspire.Dashboard.Tests (2)
Integration\Playwright\MockDashboardClient.cs (1)
39public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();
ResourceOutgoingPeerResolverTests.cs (1)
217public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException();