2 references to IsHttpScheme
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppContext.cs (2)
241
(ProjectResource project, string uriScheme, null, _) when
IsHttpScheme
(uriScheme) && !httpSchemesEncountered.Contains(uriScheme) => null,
249
if (resource is ProjectResource &&
IsHttpScheme
(endpoint.UriScheme))