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