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