3 instantiations of ExecutableSpec
Aspire.Hosting (3)
Dcp\Model\Executable.cs (1)
192
var exe = new Executable(new
ExecutableSpec
Dcp\Model\ExecutableReplicaSet.cs (1)
22
public ExecutableSpec Spec { get; set; } = new
ExecutableSpec
();
Dcp\Model\ModelCommon.cs (1)
349
public ExecutableSpec Spec { get; set; } = new
ExecutableSpec
();
5 references to ExecutableSpec
Aspire.Hosting (5)
Dcp\ApplicationExecutor.cs (1)
1289
ExecutableSpec
spec;
Dcp\Model\Executable.cs (2)
183
internal sealed class Executable : CustomResource<
ExecutableSpec
, ExecutableStatus>
188
public Executable(
ExecutableSpec
spec) : base(spec) { }
Dcp\Model\ExecutableReplicaSet.cs (1)
22
public
ExecutableSpec
Spec { get; set; } = new ExecutableSpec();
Dcp\Model\ModelCommon.cs (1)
349
public
ExecutableSpec
Spec { get; set; } = new ExecutableSpec();