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