16 references to NotFound
Microsoft.TemplateEngine.Cli (16)
Commands\create\InstantiateCommand.cs (5)
159return NewCommandStatus.NotFound; 222return NewCommandStatus.NotFound; 248return NewCommandStatus.NotFound; 265return NewCommandStatus.NotFound; 352return NewCommandStatus.NotFound;
Commands\create\InstantiateCommand.NoMatchHandling.cs (2)
135return NewCommandStatus.NotFound; 166return invalidOptionsList.Any() ? NewCommandStatus.InvalidOption : NewCommandStatus.NotFound;
TemplateInvoker.cs (1)
262return NewCommandStatus.NotFound;
TemplateListCoordinator.cs (1)
136return NewCommandStatus.NotFound;
TemplatePackageCoordinator.cs (4)
230return NewCommandStatus.NotFound; 272resultStatus = result.Error == InstallerErrorCode.PackageNotFound ? NewCommandStatus.NotFound : NewCommandStatus.InstallFailed; 476return NewCommandStatus.NotFound; 717result = NewCommandStatus.NotFound;
TemplateSearch\CliTemplateSearchCoordinator.cs (3)
31/// <see cref="NewCommandStatus.NotFound"/> when no templates found based on the filter criteria. 60return NewCommandStatus.NotFound; 107return NewCommandStatus.NotFound;