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