8 references to WithUrls
Aspire.Hosting.Tests (6)
WithUrlsTests.cs (6)
41
projectA.
WithUrls
(c => { });
53
.
WithUrls
(c => called = true);
85
.
WithUrls
(c => logger = c.Logger);
111
.
WithUrls
(c => c.Urls.Add(new() { Url = "https://example.com", DisplayText = "Example" }));
422
.
WithUrls
(c =>
593
.
WithUrls
(c =>
Stress.AppHost (1)
Program.cs (1)
74
.
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})"))