ApplicationModel\ResourceExtensions.cs (3)
766(ProjectResource, string uriScheme, null, _) when IsHttpScheme(uriScheme) && !httpSchemesEncountered.Contains(uriScheme) => ResolvedPort.None(),
788("http", null, null) => ResolvedPort.None(),
789("https", null, null) => ResolvedPort.None(),