4 instantiations of DashboardUrlsState
aspire (1)
Backchannel\ExtensionBackchannel.cs (1)
373
var dashboardUrlsState = new
DashboardUrlsState
()
Aspire.Cli.Tests (3)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
627
Task.FromResult(new
DashboardUrlsState
Commands\RunCommandTests.cs (1)
297
return Task.FromResult(new
DashboardUrlsState
TestServices\TestAppHostBackchannel.cs (1)
55
new
DashboardUrlsState
10 references to DashboardUrlsState
aspire (7)
Backchannel\AppHostBackchannel.cs (4)
18
Task<
DashboardUrlsState
> GetDashboardUrlsAsync(CancellationToken cancellationToken);
51
public async Task<
DashboardUrlsState
> GetDashboardUrlsAsync(CancellationToken cancellationToken)
58
var
state = await rpc.InvokeWithCancellationAsync<
DashboardUrlsState
>(
Backchannel\BackchannelJsonSerializerContext.cs (1)
16
[JsonSerializable(typeof(
DashboardUrlsState
))]
Backchannel\ExtensionBackchannel.cs (1)
373
var
dashboardUrlsState = new DashboardUrlsState()
Commands\RunCommand.cs (1)
184
var
dashboardUrls = await _interactionService.ShowStatusAsync(RunCommandStrings.StartingDashboard, async () =>
Aspire.Cli.Tests (3)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
626
public Task<
DashboardUrlsState
> GetDashboardUrlsAsync(CancellationToken cancellationToken) =>
TestServices\TestAppHostBackchannel.cs (2)
16
public Func<CancellationToken, Task<
DashboardUrlsState
>>? GetDashboardUrlsAsyncCallback { get; set; }
49
public Task<
DashboardUrlsState
> GetDashboardUrlsAsync(CancellationToken cancellationToken)