1 write to _sandboxProjectsPath
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
43_sandboxProjectsPath = Path.Combine(_sandboxOutput, "projects");
3 references to _sandboxProjectsPath
Microsoft.McpServer.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
68Directory.CreateDirectory(_sandboxProjectsPath); 95var outputFolderPath = Path.Combine(_sandboxProjectsPath, projectName); 108.WithWorkingDirectory(_sandboxProjectsPath)