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