2 instantiations of ToolCommandException
Aspire.EndToEnd.Tests (2)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
108throw new ToolCommandException($"`dotnet new {cmdString}` . Output: {res.Output}", res);
tests\Shared\WorkloadTesting\CommandResult.cs (1)
43throw new ToolCommandException(message.ToString(), this);