5 references to ToolInstallationRestoreFailed
dotnet (1)
Commands\Tool\Install\ProjectRestorer.cs (1)
54throw new ToolPackageException(CliCommandStrings.ToolInstallationRestoreFailed);
dotnet.Tests (1)
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (1)
287.Contain(CliCommandStrings.ToolInstallationRestoreFailed);
Microsoft.DotNet.Tools.Tests.ComponentMocks (3)
ToolPackageDownloaderMock.cs (3)
121throw new ToolPackageException(CliCommandStrings.ToolInstallationRestoreFailed); 261throw new ToolPackageException(CliCommandStrings.ToolInstallationRestoreFailed); 323throw new ToolPackageException(CliCommandStrings.ToolInstallationRestoreFailed);