4 references to Scanning
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
RunnableProjectGenerator.cs (1)
347
await discoveredTemplate.ValidateAsync(ValidationScope.
Scanning
, cancellationToken).ConfigureAwait(false);
Validation\ITemplateValidatorFactory.cs (1)
21
/// This set should be normally less exhaustive then <see cref="
Scanning
"/>, and should be used to check for failures that may affect the template instantiation result.
Validation\MandatoryLocalizationValidationFactory.cs (1)
13
public ValidationScope Scope => ValidationScope.
Scanning
| ValidationScope.Instantiation;
Validation\MandatoryValidationFactory.cs (1)
13
public ValidationScope Scope => ValidationScope.
Scanning
| ValidationScope.Instantiation;