1 instantiation of Project
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
114return new Project(outputFolderPath, projectName) { StartupProjectRelativePath = startupProjectRelativePath };
4 references to Project
Microsoft.McpServer.ProjectTemplates.Tests (4)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestBase.cs (1)
35var project = await Fixture.CreateProjectAsync(
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
93public async Task<Project> CreateProjectAsync(string templateName, string projectName, string? startupProjectRelativePath, params string[] args) 117public async Task RestoreProjectAsync(Project project) 134public async Task BuildProjectAsync(Project project)