1 type derived from DotNetCommand
Aspire.Workload.Tests (1)
tests\Shared\WorkloadTesting\RunCommand.cs (1)
8public class RunCommand : DotNetCommand
4 instantiations of DotNetCommand
Aspire.Workload.Tests (4)
tests\Shared\WorkloadTesting\AspireProject.cs (3)
80using var cmd = new DotNetCommand(testOutput, useDefaultArgs: true, label: "dotnet-new") 268using var restoreCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "restore") 278using var buildCmd = new DotNetCommand(_testOutput, buildEnv: _buildEnv, label: "build")
WorkloadTestsBase.cs (1)
222using var cmd = new DotNetCommand(testOutput, label: $"test-{testType}")