13 references to Path
Aspire.Hosting.CodeGeneration.TypeScript.Tests (13)
tests\Shared\TemporaryWorkspace.cs (1)
238var aspireDir = IOPath.Combine(workspace.Path, ".aspire");
TypeScriptLanguageSupportTests.cs (12)
21TargetPath = workspace.Path, 69File.WriteAllText(Path.Combine(workspace.Path, "package.json"), """ 92TargetPath = workspace.Path, 134File.WriteAllText(Path.Combine(workspace.Path, "package.json"), """{ "name": "existing-app" }"""); 135var appHostDirectory = Directory.CreateDirectory(Path.Combine(workspace.Path, "aspire-apphost")); 156File.WriteAllText(Path.Combine(workspace.Path, "package.json"), """ 172TargetPath = workspace.Path, 193var existingTsConfigPath = Path.Combine(workspace.Path, "tsconfig.json"); 206TargetPath = workspace.Path, 227TargetPath = workspace.Path, 284TargetPath = workspace.Path, 304TargetPath = workspace.Path,