8 references to WithUrl
Aspire.Hosting (1)
ExternalServiceBuilderExtensions.cs (1)
92
resourceBuilder.
WithUrl
(resource.Uri.ToString());
Aspire.Hosting.Tests (4)
WithUrlsTests.cs (4)
164
.
WithUrl
("https://example.com", "Example")
400
.
WithUrl
("https://example.com/project")
443
.
WithUrl
("https://example.com/project");
447
.
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)
91
.
WithUrl
("https://someotherplace.com/some-path", "Some other place")
92
.
WithUrl
("https://extremely-long-url.com/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz//abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmnopqrstuvwxyz/abcdefghijklmno")