1 type derived from DotNetCommand
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\DotNetNewCommand.cs (1)
10public sealed class DotNetNewCommand : DotNetCommand
2 instantiations of DotNetCommand
Microsoft.McpServer.ProjectTemplates.Tests (2)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
119var restoreResult = await new DotNetCommand("restore") 136var buildResult = await new DotNetCommand("build", "--no-restore")