1 write to TemplateFeedLocation
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\WellKnownPaths.cs (1)
30
TemplateFeedLocation
= Path.Combine(RepoRoot, "src", "ProjectTemplates");
1 reference to TemplateFeedLocation
Microsoft.Extensions.AI.Templates.Tests (1)
AIChatWebSnapshotTests.cs (1)
69
string templateLocation = Path.Combine(WellKnownPaths.
TemplateFeedLocation
, "Microsoft.Extensions.AI.Templates", "src", "ChatWithCustomData");