4 references to Path
Aspire.TerminalHost.Tests (4)
TerminalHostAppTests.cs (3)
26
var dcpDir = Path.Combine(workspace.
Path
, "dcp");
27
var hostDir = Path.Combine(workspace.
Path
, "host");
28
var ctrlDir = Path.Combine(workspace.
Path
, "ctl");
tests\Shared\TemporaryWorkspace.cs (1)
238
var aspireDir = IOPath.Combine(workspace.
Path
, ".aspire");