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