1 write to DashboardUrl
aspire (1)
Commands\PsCommand.cs (1)
192DashboardUrl = dashboardUrl,
4 references to DashboardUrl
aspire (2)
Commands\PsCommand.cs (2)
217var dashboard = string.IsNullOrEmpty(appHost.DashboardUrl) ? "-" : appHost.DashboardUrl;
Aspire.Cli.Tests (2)
Commands\PsCommandTests.cs (2)
158Assert.Equal("http://localhost:18888/login?t=abc123", first.DashboardUrl); 165Assert.Null(second.DashboardUrl);