8 references to WaitType
Aspire.Hosting (3)
ApplicationModel\ResourceNotificationService.cs (2)
403var pendingDependency = waitAnnotation.WaitType switch 408_ => 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
Aspire.Hosting.Tests (4)
AddConnectionStringTests.cs (2)
89Assert.Equal(WaitType.WaitUntilStarted, wa.WaitType); 94Assert.Equal(WaitType.WaitUntilStarted, wa.WaitType);
WaitForTests.cs (2)
812Assert.Equal(WaitType.WaitUntilStarted, waitAnnotation.WaitType); 828Assert.Equal(WaitType.WaitUntilStarted, waitAnnotation.WaitType);