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