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