3 references to EvaluateConstraintsAsync
Microsoft.TemplateEngine.Cli (3)
Commands\create\TemplateCommand.cs (1)
152
IReadOnlyList<(ITemplateInfo Template, IReadOnlyList<TemplateConstraintResult> Result)> result = await constraintManager.
EvaluateConstraintsAsync
(new[] { template }, cancellationToken).ConfigureAwait(false);
Commands\Extensions.cs (1)
55
await constraintManager.
EvaluateConstraintsAsync
(templateGroup.Templates, cancellationToken).ConfigureAwait(false);
TemplatePackageDisplay.cs (1)
396
var evaluationResult = await constraintsManager.
EvaluateConstraintsAsync
(templates, cancellationToken).ConfigureAwait(false);