7 references to PackageNotFound
Microsoft.TemplateEngine.Cli (4)
TemplatePackageCoordinator.cs (2)
273resultStatus = result.Error == InstallerErrorCode.PackageNotFound ? NewCommandStatus.NotFound : NewCommandStatus.InstallFailed; 829case 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, 272InstallerErrorCode.PackageNotFound,