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