14 references to ToolConfigurationException
dotnet (10)
ShellShim\ShellShimRepository.cs (1)
84throw new ToolConfigurationException(
ToolPackage\ToolConfiguration.cs (4)
20throw new ToolConfigurationException(CliStrings.ToolSettingsMissingCommandName); 25throw new ToolConfigurationException( 46throw new ToolConfigurationException( 58throw new ToolConfigurationException(
ToolPackage\ToolConfigurationDeserializer.cs (3)
57throw new ToolConfigurationException(CliStrings.ToolSettingsMoreThanOneCommand); 63throw new ToolConfigurationException( 76throw new ToolConfigurationException(
ToolPackage\ToolPackageInstance.cs (2)
111throw new ToolConfigurationException( 179throw new ToolConfigurationException(
dotnet.Tests (4)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
313_toolPackageDownloader.DownloadCallback = () => throw new ToolConfigurationException("Simulated error");
CommandTests\Tool\List\ToolListGlobalOrToolPathCommandTests.cs (1)
320package.SetupGet(p => p.Command).Throws(new ToolConfigurationException("broken"));
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (2)
373downloadCallback: () => throw new ToolConfigurationException("Simulated error")), 400downloadCallback: () => throw new ToolConfigurationException("Simulated error")),