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