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