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