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