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