1 write to TargetPort
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
846TargetPort = targetPort,
9 references to TargetPort
Aspire.Hosting (3)
Publishing\ManifestPublishingContext.cs (3)
504(!resolved.TargetPort.Value.HasValue || resolved.TargetPort.Value.Value != exposedPort)) 509if (resolved.TargetPort.Value is int targetPort)
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
159.GroupBy(x => x.resolved.TargetPort.Value)
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebsiteContext.cs (2)
110.Select(r => r.TargetPort.Value) 134TargetPort: resolved.TargetPort,
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentContext.cs (1)
49string internalPort = resolved.TargetPort.Value is int port
Aspire.Hosting.Kubernetes (2)
KubernetesResource.cs (2)
171if (resolved.TargetPort.Value is null) 178var portValue = resolved.TargetPort.Value.Value.ToString(CultureInfo.InvariantCulture);