14 references to ToolConfigurationException
dotnet (10)
ShellShim\ShellShimRepository.cs (1)
84
throw new
ToolConfigurationException
(
ToolPackage\ToolConfiguration.cs (4)
20
throw new
ToolConfigurationException
(CliStrings.ToolSettingsMissingCommandName);
25
throw new
ToolConfigurationException
(
46
throw new
ToolConfigurationException
(
58
throw new
ToolConfigurationException
(
ToolPackage\ToolConfigurationDeserializer.cs (3)
57
throw new
ToolConfigurationException
(CliStrings.ToolSettingsMoreThanOneCommand);
63
throw new
ToolConfigurationException
(
76
throw new
ToolConfigurationException
(
ToolPackage\ToolPackageInstance.cs (2)
111
throw new
ToolConfigurationException
(
179
throw 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)
320
package.SetupGet(p => p.Command).Throws(new
ToolConfigurationException
("broken"));
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (2)
373
downloadCallback: () => throw new
ToolConfigurationException
("Simulated error")),
400
downloadCallback: () => throw new
ToolConfigurationException
("Simulated error")),