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