3 implementations of GetDashboardInfoV2Async
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
564
public async Task<GetDashboardInfoResponse?>
GetDashboardInfoV2Async
(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (2)
Commands\TerminalCommandTests.cs (1)
708
public Task<GetDashboardInfoResponse?>
GetDashboardInfoV2Async
(CancellationToken cancellationToken = default)
TestServices\TestAppHostAuxiliaryBackchannel.cs (1)
343
public Task<GetDashboardInfoResponse?>
GetDashboardInfoV2Async
(CancellationToken cancellationToken = default)
2 references to GetDashboardInfoV2Async
aspire (2)
Commands\TelemetryCommandHelpers.cs (1)
274
var dashboardInfo = await connection.
GetDashboardInfoV2Async
(cancellationToken);
Mcp\Tools\McpToolHelpers.cs (1)
27
var dashboardInfo = await connection.
GetDashboardInfoV2Async
(cancellationToken).ConfigureAwait(false);