3 implementations of DisplayDashboardUrls
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
543
public void
DisplayDashboardUrls
(DashboardUrlsState dashboardUrls)
Aspire.Cli.Tests (2)
Projects\ExtensionGuestLauncherTests.cs (1)
216
public void
DisplayDashboardUrls
(DashboardUrlsState dashboardUrls) => throw new NotImplementedException();
TestServices\TestExtensionInteractionService.cs (1)
160
public void
DisplayDashboardUrls
(DashboardUrlsState dashboardUrls)
1 reference to DisplayDashboardUrls
aspire (1)
Commands\RunCommand.cs (1)
498
extInteractionService.
DisplayDashboardUrls
(dashboardUrls);