1 write to TemplateSandboxSource
Microsoft.Extensions.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
31TemplateSandboxSource = Path.Combine(RepoRoot, "test", "ProjectTemplates", "Infrastructure", "TemplateSandbox");
3 references to TemplateSandboxSource
Microsoft.Extensions.AI.Templates.Tests (3)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestCollectionFixture.cs (1)
32foreach (var filePath in Directory.EnumerateFiles(WellKnownPaths.TemplateSandboxSource))
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (2)
33TemplateInstallNuGetConfigPath = Path.Combine(TemplateSandboxSource, "nuget.template_install.config"); 34TemplateTestNuGetConfigPath = Path.Combine(TemplateSandboxSource, "nuget.template_test.config");