9 references to WithUrls
Aspire.Hosting.Tests (7)
WithUrlsTests.cs (7)
41
projectA.
WithUrls
(c => { });
53
.
WithUrls
(c => called = true);
85
.
WithUrls
(c => logger = c.Logger);
113
.
WithUrls
(c =>
140
.
WithUrls
(c => c.Urls.Add(new() { Url = "https://example.com", DisplayText = "Example" }));
451
.
WithUrls
(c =>
622
.
WithUrls
(c =>
Stress.AppHost (1)
Program.cs (1)
81
.
WithUrls
(c => c.Urls.Add(new() { Url = "https://someplace.com", DisplayText = "Some place" }))
TestShop.AppHost (1)
Program.cs (1)
70
.
WithUrls
(c => c.Urls.ForEach(u => u.DisplayText = $"Online store ({u.Endpoint?.EndpointName})"))