3 references to CacheMissingPackage
dotnet (3)
Commands\Workload\Install\FileBasedInstaller.cs (2)
178throw new Exception(string.Format(CliCommandStrings.CacheMissingPackage, packInfo.ResolvedPackageId, packInfo.Version, offlineCache)); 320throw new Exception(string.Format(CliCommandStrings.CacheMissingPackage, packageId, packageVersion, offlineCache));
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
950throw new FileNotFoundException(string.Format(CliCommandStrings.CacheMissingPackage, packageId, packageVersion, offlineCache));