4 references to WithUrl
Aspire.Hosting.Tests (3)
WithUrlsTests.cs (3)
191projectA.WithUrl($"{projectA.Resource.GetEndpoint("https")}/test", "Example") 403servicea.WithUrl($"{httpEndpoint}/one", "Example 1"); 404servicea.WithUrl($"{httpEndpoint}/two", "Example 2");
Stress.AppHost (1)
AppHost.cs (1)
91telemetryBuilder.WithUrl($"https://example.com/service-{i.ToString(CultureInfo.InvariantCulture)}", $"Service {i}");