1 write to DashboardUrl
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
218
DashboardUrl
= m.Groups["url"].Value;
3 references to DashboardUrl
Aspire.Templates.Tests (3)
tests\Shared\TemplatesTesting\AspireProject.cs (3)
360
dashboardUrlToUse =
DashboardUrl
!;
401
if (string.IsNullOrEmpty(
DashboardUrl
))
406
return WaitForDashboardToBeAvailableAsync(
DashboardUrl
, _testOutput, cancellationToken);