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