7 references to WithUrl
Aspire.Hosting (1)
ExternalServiceBuilderExtensions.cs (1)
89
resourceBuilder.
WithUrl
(resource.Uri.ToString());
Aspire.Hosting.Tests (3)
WithUrlsTests.cs (3)
165
.
WithUrl
("https://example.com", "Example")
398
.
WithUrl
("https://example.com/project");
402
.
WithUrl
("https://example.com/custom")
CustomResources.AppHost (1)
TalkingClockResource.cs (1)
37
.
WithUrl
("https://www.speaking-clock.com/", "Speaking Clock")
Stress.AppHost (2)
Program.cs (2)
89
.
WithUrl
("https://someotherplace.com/some-path", "Some other place")
90
.
WithUrl
("https://extremely-long-url.com/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz//abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmno")