4 writes to Urls
Aspire.Hosting (3)
Dcp\ResourceSnapshotBuilder.cs (3)
60Urls = urls, 134Urls = urls, 156Urls = urls,
Aspire.Hosting.Tests (1)
Codespaces\CodespacesUrlRewriterTests.cs (1)
78Urls = [localhostUrlSnapshot]
18 references to Urls
Aspire.Hosting (2)
ApplicationModel\ResourceNotificationService.cs (1)
572string.Join(", ", newState.Urls.Select(u => $"{u.Name} = {u.Url}")),
Dashboard\DashboardServiceData.cs (1)
44Urls = snapshot.Urls,
Aspire.Hosting.Tests (16)
Codespaces\CodespacesUrlRewriterTests.cs (2)
85var match = re.Snapshot.Urls.Length > 0 && re.Snapshot.Urls[0].Url.Contains("app.github.dev");
DistributedApplicationTests.cs (4)
187Assert.Collection(runningResourceEvent.Snapshot.Urls, u => 195Assert.Collection(dependentResourceRunningEvent.Snapshot.Urls, u => 249Assert.Collection(runningResourceEvent.Snapshot.Urls, u => 257Assert.Collection(dependentRunningResourceEvent.Snapshot.Urls, u =>
WithUrlsTests.cs (10)
311if (notification.Snapshot.Urls.Length > 0 && initialUrlSnapshot == default) 313initialUrlSnapshot = notification.Snapshot.Urls; 347if (notification.Snapshot.Urls.Length > 0 && initialUrlSnapshot == default) 349initialUrlSnapshot = notification.Snapshot.Urls; 387if (notification.Snapshot.Urls.Length > 0 && initialUrlSnapshot == default) 389initialUrlSnapshot = notification.Snapshot.Urls; 395if (notification.Snapshot.Urls.Length > 0 && urlSnapshotAfterRunning == default) 397urlSnapshotAfterRunning = notification.Snapshot.Urls; 440if (notification.Snapshot.Urls.Length > 1 && urlSnapshot == default) 442urlSnapshot = notification.Snapshot.Urls;