1 instantiation of Project
Microsoft.Agents.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
90
return new
Project
(outputFolderPath, projectName);
4 references to Project
Microsoft.Agents.AI.Templates.Tests (4)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
68
public async Task<
Project
> CreateProjectAsync(string templateName, string projectName, params string[] args)
93
public async Task RestoreProjectAsync(
Project
project)
103
public async Task BuildProjectAsync(
Project
project)
WebApiAgentTemplateExecutionTests.cs (1)
46
var
project = await Fixture.CreateProjectAsync(