3 references to ToolInstallNuGetConfigurationFileDoesNotExist
dotnet (3)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
178throw new GracefulException(string.Format(CliCommandStrings.ToolInstallNuGetConfigurationFileDoesNotExist, Path.GetFullPath(_configFilePath))); 307CliCommandStrings.ToolInstallNuGetConfigurationFileDoesNotExist,
Commands\Tool\Install\ToolInstallLocalInstaller.cs (1)
32CliCommandStrings.ToolInstallNuGetConfigurationFileDoesNotExist,