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