1 reference to ValidateConstraintsAsync
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommand.cs (1)
174
Task<IReadOnlyList<TemplateConstraintResult>> constraintsEvaluation =
ValidateConstraintsAsync
(constraintManager, args.Template, args.IsForceFlagSpecified ? cancellationTokenSource.Token : cancellationToken);