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