3 references to Dependencies
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
Abstractions\IMacroDependency.cs (1)
21
/// As the result of method execution, <see cref="
Dependencies
" /> should be populated.
MacroProcessor.cs (2)
31
if (config is IMacroConfigDependency macroWithDep && macroWithDep.
Dependencies
.Any())
104
foreach (string dependent in macroWithDep.
Dependencies
)