1 instantiation of Project
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
90
return new
Project
(outputFolderPath, projectName);
5 references to Project
Microsoft.Extensions.AI.Templates.Tests (5)
AIChatWebExecutionTests.cs (2)
48
var
project = await Fixture.CreateProjectAsync(
63
var
project = await Fixture.CreateProjectAsync(
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)