1 instantiation of Project
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
90return new Project(outputFolderPath, projectName);
5 references to Project
Microsoft.Extensions.AI.Templates.Tests (5)
AIChatWebExecutionTests.cs (2)
48var project = await Fixture.CreateProjectAsync( 63var project = await Fixture.CreateProjectAsync(
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
68public async Task<Project> CreateProjectAsync(string templateName, string projectName, params string[] args) 93public async Task RestoreProjectAsync(Project project) 103public async Task BuildProjectAsync(Project project)