16 references to NotFound
Microsoft.TemplateEngine.Cli (16)
Commands\create\InstantiateCommand.cs (5)
130return NewCommandStatus.NotFound; 193return NewCommandStatus.NotFound; 219return NewCommandStatus.NotFound; 236return NewCommandStatus.NotFound; 323return NewCommandStatus.NotFound;
Commands\create\InstantiateCommand.NoMatchHandling.cs (2)
136return NewCommandStatus.NotFound; 168return invalidOptionsList.Any() ? NewCommandStatus.InvalidOption : NewCommandStatus.NotFound;
TemplateInvoker.cs (1)
264return NewCommandStatus.NotFound;
TemplateListCoordinator.cs (1)
137return NewCommandStatus.NotFound;
TemplatePackageCoordinator.cs (4)
227return NewCommandStatus.NotFound; 269resultStatus = result.Error == InstallerErrorCode.PackageNotFound ? NewCommandStatus.NotFound : NewCommandStatus.InstallFailed; 473return NewCommandStatus.NotFound; 714result = NewCommandStatus.NotFound;
TemplateSearch\CliTemplateSearchCoordinator.cs (3)
32/// <see cref="NewCommandStatus.NotFound"/> when no templates found based on the filter criteria. 61return NewCommandStatus.NotFound; 108return NewCommandStatus.NotFound;