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