3 references to InvalidToolConfiguration
dotnet (1)
Commands\Tool\Install\ToolInstallCommandLowLevelErrorConverter.cs (1)
17
yield return string.Format(CliCommandStrings.
InvalidToolConfiguration
, ex.Message);
dotnet.Tests (2)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
328
CliCommandStrings.
InvalidToolConfiguration
,
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
381
string.Format(CliCommandStrings.
InvalidToolConfiguration
, "Simulated error"));