3 instantiations of TerminalSpec
Aspire.Hosting (2)
Dcp\ContainerCreator.cs (1)
369
spec.Terminal = new
TerminalSpec
Dcp\ExecutableCreator.cs (1)
304
executable.Spec.Terminal = new
TerminalSpec
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
9919
var spec = new
TerminalSpec
4 references to TerminalSpec
Aspire.Hosting (2)
Dcp\Model\Container.cs (1)
115
public
TerminalSpec
? Terminal { get; set; }
Dcp\Model\Executable.cs (1)
115
public
TerminalSpec
? Terminal { get; set; }
Aspire.Hosting.Tests (2)
Dcp\DcpExecutorTests.cs (2)
9796
var
spec = exes[i].Spec.Terminal;
9919
var
spec = new TerminalSpec