1 write to TemplateFeedLocation
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\WellKnownPaths.cs (1)
30
TemplateFeedLocation
= Path.Combine(RepoRoot, "src", "ProjectTemplates");
2 references to TemplateFeedLocation
Microsoft.Extensions.AI.Templates.Tests (2)
AIChatWebSnapshotTests.cs (1)
82
string templateLocation = Path.Combine(WellKnownPaths.
TemplateFeedLocation
, "Microsoft.Extensions.AI.Templates", "src", "ChatWithCustomData");
McpServerSnapshotTests.cs (1)
50
string templateLocation = Path.Combine(WellKnownPaths.
TemplateFeedLocation
, "Microsoft.Extensions.AI.Templates", "src", "McpServer");