11 references to WellKnownPaths
Microsoft.Extensions.AI.Templates.Tests (11)
AIChatWebSnapshotTests.cs (1)
69
string templateLocation = Path.Combine(
WellKnownPaths
.TemplateFeedLocation, "Microsoft.Extensions.AI.Templates", "src", "ChatWithCustomData");
Infrastructure\DotNetCommand.cs (1)
12
FileName =
WellKnownPaths
.RepoDotNetExePath;
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (7)
37
_templateTestOutputPath = Path.Combine(
WellKnownPaths
.TemplateSandboxOutputRoot, outputFolderName);
56
File.Copy(
WellKnownPaths
.TemplateInstallNuGetConfigPath, installNuGetConfigPath);
60
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH",
WellKnownPaths
.LocalShippingPackagesPath)
61
.WithEnvironmentVariable("NUGET_PACKAGES",
WellKnownPaths
.NuGetPackagesPath)
88
File.Copy(
WellKnownPaths
.TemplateTestNuGetConfigPath, templateNuGetConfigPath);
97
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH",
WellKnownPaths
.LocalShippingPackagesPath)
98
.WithEnvironmentVariable("NUGET_PACKAGES",
WellKnownPaths
.NuGetPackagesPath)
Infrastructure\TemplateExecutionTestCollectionFixture.cs (2)
24
if (Directory.Exists(
WellKnownPaths
.TemplateSandboxOutputRoot))
26
Directory.Delete(
WellKnownPaths
.TemplateSandboxOutputRoot, recursive: true);