1 instantiation of ContainerExecSpec
Aspire.Hosting (1)
Dcp\Model\ContainerExec.cs (1)
125var containerExec = new ContainerExec(new ContainerExecSpec
4 references to ContainerExecSpec
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (1)
1176var spec = containerExe.Spec;
Dcp\Model\ContainerExec.cs (3)
105internal sealed class ContainerExec : CustomResource<ContainerExecSpec, ContainerExecStatus> 110/// <param name="spec">The <see cref="ContainerExecSpec"/> describing the new resource</param> 112public ContainerExec(ContainerExecSpec spec) : base(spec) { }