7 references to WithUrlForEndpoint
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1304/// To add another URL for an endpoint, use <see cref="WithUrlForEndpoint{T}(IResourceBuilder{T}, string, Func{EndpointReference, ResourceUrlAnnotation})"/>.
Aspire.Hosting.Qdrant (1)
QdrantBuilderExtensions.cs (1)
98.WithUrlForEndpoint(QdrantServerResource.HttpEndpointName, e => new ResourceUrlAnnotation() { Url = "/dashboard", DisplayText = "Qdrant Dashboard" });
Aspire.Hosting.Tests (3)
WithUrlsTests.cs (3)
728.WithUrlForEndpoint("non-existant", ep => 856.WithUrlForEndpoint("http", _ => new() 898.WithUrlForEndpoint("test", ep =>
TestShop.AppHost (2)
AppHost.cs (2)
61.WithUrlForEndpoint("https", _ => new() 89.WithUrlForEndpoint("https", ep => new() { Url = "/health", DisplayText = "Health", DisplayLocation = UrlDisplayLocation.DetailsOnly })