7 references to PackageNotFound
Microsoft.TemplateEngine.Cli (4)
TemplatePackageCoordinator.cs (2)
269resultStatus = result.Error == InstallerErrorCode.PackageNotFound ? NewCommandStatus.NotFound : NewCommandStatus.InstallFailed; 825case InstallerErrorCode.PackageNotFound:
TemplatePackageDisplay.cs (2)
137case InstallerErrorCode.PackageNotFound: 345case InstallerErrorCode.PackageNotFound:
Microsoft.TemplateEngine.Edge (3)
Installers\Folder\FolderInstaller.cs (1)
66InstallerErrorCode.PackageNotFound,
Installers\NuGet\NuGetInstaller.cs (2)
144InstallerErrorCode.PackageNotFound, 270InstallerErrorCode.PackageNotFound,