4 references to WithUrl
Aspire.Hosting.Tests (2)
WithUrlsTests.cs (2)
165
.
WithUrl
("https://example.com", "Example");
404
.
WithUrl
("https://example.com");
CustomResources.AppHost (1)
TalkingClockResource.cs (1)
105
.
WithUrl
("https://www.speaking-clock.com/", "Speaking Clock")
Stress.AppHost (1)
Program.cs (1)
82
.
WithUrl
("https://someotherplace.com/some-path", "Some other place");