2 types derived from DotNetCommand
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\DotNetNewCommand.cs (1)
8public class DotNetNewCommand : DotNetCommand
tests\Shared\TemplatesTesting\RunCommand.cs (1)
8public class RunCommand : DotNetCommand
4 instantiations of DotNetCommand
Aspire.Templates.Tests (4)
TemplateTestsBase.cs (2)
329using var buildCmd = new DotNetCommand(testOutput, label: $"test-{testType}") 336using var testCmd = new DotNetCommand(testOutput, label: $"test-{testType}")
tests\Shared\TemplatesTesting\AspireProject.cs (2)
324using var restoreCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "restore") 334using var buildCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "build")