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