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