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