2 references to ContainerId
Aspire.Hosting (2)
Dcp\ApplicationExecutor.cs (1)
589var containerId = container.Status?.ContainerId;
Dcp\Model\Container.cs (1)
379|| (this.Status?.State == ContainerState.FailedToStart && this.Status?.ContainerId is not null);