6 references to Urls
Aspire.Dashboard.Tests (1)
Integration\DashboardClientAuthTests.cs (1)
160public string Url => serverApp.Urls.First();
Aspire.Hosting.Tests (2)
Dcp\KubernetesServiceTests.cs (1)
474var address = app.Urls.First();
Health\FriendlyHealthCheckErrorMessagesTests.cs (1)
140var endpoint = new Uri(webApp.Urls.First() + "/");
Binding.Http.IntegrationTests (1)
BasicHttpBindingTests.4.0.0.cs (1)
388new EndpointAddress(app.Urls.First(u => u.StartsWith("http:"))));
Microsoft.AspNetCore (1)
WebApplication.cs (1)
270public string Urls => string.Join(", ", _webApplication.Urls);
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerFactory.cs (1)
140_proxyApp.Urls.Add(ProxyUrl);