3 references to Exists
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
943
if (endpoint.
Exists
)
1262
if (!endpoint.
Exists
)
TestShop.AppHost (1)
Program.cs (1)
76
var _ = frontend.GetEndpoint("https").
Exists
? frontend.WithHttpsHealthCheck("/health") : frontend.WithHttpHealthCheck("/health");