18 references to Process
Microsoft.TemplateEngine.Cli (1)
TemplateInvoker.cs (1)
312PostActionExecutionStatus result = _postActionDispatcher.Process(creationResult, args.IsDryRun, args.AllowScripts ?? AllowRunScripts.Prompt);
Microsoft.TemplateEngine.Cli.UnitTests (17)
PostActionDispatcherTests.cs (17)
43var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Prompt); 74var result = dispatcher.Process(templateCreationResult, isDryRun: true, AllowRunScripts.Prompt); 100var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Prompt); 131var result = dispatcher.Process(templateCreationResult, isDryRun: true, AllowRunScripts.Prompt); 161var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Prompt); 187var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Yes); 228var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Yes); 276var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Yes); 312var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Yes); 344var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.No); 375var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Prompt); 408var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Prompt); 440var result = dispatcher.Process(templateCreationResult, isDryRun: true, AllowRunScripts.Prompt); 442result = dispatcher.Process(templateCreationResult, isDryRun: true, AllowRunScripts.Yes); 444result = dispatcher.Process(templateCreationResult, isDryRun: true, AllowRunScripts.No); 485var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Prompt); 528var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Prompt);