4 references to WaitType
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (2)
382var pendingDependency = waitAnnotation.WaitType switch 386_ => throw new DistributedApplicationException($"Unexpected wait type: {waitAnnotation.WaitType}")
ApplicationModel\WaitAnnotation.cs (1)
31/// The behavior of the wait. Only applicable when <see cref="WaitType"/> is <see cref="WaitType.WaitUntilHealthy"/>.
Aspire.Hosting.Docker (1)
DockerComposeServiceResource.cs (1)
139Condition = waitAnnotation.WaitType switch