5 references to ToolInstallationRestoreFailed
dotnet (1)
Commands\Tool\Install\ProjectRestorer.cs (1)
54
throw 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)
121
throw new ToolPackageException(CliCommandStrings.
ToolInstallationRestoreFailed
);
261
throw new ToolPackageException(CliCommandStrings.
ToolInstallationRestoreFailed
);
323
throw new ToolPackageException(CliCommandStrings.
ToolInstallationRestoreFailed
);