5 references to WithUrlForEndpoint
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
864/// 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)
97.WithUrlForEndpoint(QdrantServerResource.HttpEndpointName, e => new ResourceUrlAnnotation() { Url = "/dashboard", DisplayText = "Qdrant Dashboard" });
Aspire.Hosting.Tests (2)
WithUrlsTests.cs (2)
502.WithUrlForEndpoint("non-existant", ep => 562.WithUrlForEndpoint("test", ep =>
TestShop.AppHost (1)
Program.cs (1)
74.WithUrlForEndpoint("https", ep => new() { Url = "/health", DisplayText = "Health", DisplayLocation = UrlDisplayLocation.DetailsOnly });