11 references to WithUrl
Aspire.Hosting (1)
ExternalServiceBuilderExtensions.cs (1)
92resourceBuilder.WithUrl(resource.Uri.ToString());
Aspire.Hosting.Tests (7)
WithUrlsTests.cs (7)
164.WithUrl("https://example.com", "Example") 400.WithUrl("https://example.com/project") 443.WithUrl("https://example.com/project"); 447.WithUrl("https://example.com/custom") 715.WithUrl("https://static-before.com") 717.WithUrl("/test", "Example") // This should update all URLs added to this point 718.WithUrl("https://static-after.com/sub-path") // This will get updated too because it's a static URL so order doesn't matter
CustomResources.AppHost (1)
TalkingClockResource.cs (1)
37.WithUrl("https://www.speaking-clock.com/", "Speaking Clock")
Stress.AppHost (2)
Program.cs (2)
97.WithUrl("https://someotherplace.com/some-path", "Some other place") 98.WithUrl("https://extremely-long-url.com/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz//abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmno")