4 writes to Urls
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (3)
635
Urls
= urls,
697
Urls
= urls
716
Urls
= urls
Aspire.Hosting.Tests (1)
Codespaces\CodespacesUrlRewriterTests.cs (1)
79
Urls
= [localhostUrlSnapshot]
5 references to Urls
Aspire.Hosting (2)
ApplicationModel\ResourceNotificationService.cs (1)
383
newState.ExitCode, string.Join(", ", newState.EnvironmentVariables.Select(e => $"{e.Name} = {e.Value}")), string.Join(", ", newState.
Urls
.Select(u => $"{u.Name} = {u.Url}")),
Dashboard\DashboardServiceData.cs (1)
45
Urls = snapshot.
Urls
,
Aspire.Hosting.Tests (3)
Codespaces\CodespacesUrlRewriterTests.cs (3)
86
var match = re.Snapshot.
Urls
.Length > 0 && re.Snapshot.
Urls
[0].Url.Contains("app.github.dev");
92
resourceEvent.Snapshot.
Urls
,