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