2 instantiations of ToolCommandException
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
108
throw new
ToolCommandException
($"`dotnet new {cmdString}` . Output: {res.Output}", res);
tests\Shared\WorkloadTesting\CommandResult.cs (1)
43
throw new
ToolCommandException
(message.ToString(), this);
2 references to ToolCommandException
Aspire.Workload.Tests (2)
NewUpAndBuildStandaloneTemplateTests.cs (1)
49
catch (
ToolCommandException
tce) when (error is not null)
NewUpAndBuildSupportProjectTemplatesTests.cs (1)
59
catch (
ToolCommandException
tce) when (error is not null)