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