2 references to FailedToStart
Aspire.Hosting (1)
Dcp\Model\Container.cs (1)
553|| (this.Status?.State == ContainerState.FailedToStart && this.Status?.ContainerId is not null);
Aspire.Hosting.Tests (1)
DistributedApplicationTests.cs (1)
845r => r.Status?.State == ContainerState.FailedToStart && (r.Status?.Message.Contains("bob") ?? false)).DefaultTimeout(TestConstants.DefaultOrchestratorTestLongTimeout);