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, 71File.WriteAllText(Path.Combine(workspace.Path, "package.json"), """ 94TargetPath = workspace.Path, 136File.WriteAllText(Path.Combine(workspace.Path, "package.json"), """{ "name": "existing-app" }"""); 137var appHostDirectory = Directory.CreateDirectory(Path.Combine(workspace.Path, "aspire-apphost")); 158File.WriteAllText(Path.Combine(workspace.Path, "package.json"), """ 174TargetPath = workspace.Path, 195var existingTsConfigPath = Path.Combine(workspace.Path, "tsconfig.json"); 208TargetPath = workspace.Path, 229TargetPath = workspace.Path, 286TargetPath = workspace.Path, 306TargetPath = workspace.Path,