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