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