3 references to MacroConfig_Exception_ArrayShouldContainObjects
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
Macros\JoinMacroConfig.cs (1)
38throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_ArrayShouldContainObjects, generatedSymbolConfig.VariableName, SymbolsPropertyName), generatedSymbolConfig.VariableName);
Macros\RegexMacroConfig.cs (1)
40throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_ArrayShouldContainObjects, generatedSymbolConfig.VariableName, StepsPropertyName), generatedSymbolConfig.VariableName);
Macros\SwitchMacroConfig.cs (1)
39throw new TemplateAuthoringException(string.Format(LocalizableStrings.MacroConfig_Exception_ArrayShouldContainObjects, generatedSymbolConfig.VariableName, CasesPropertyName), generatedSymbolConfig.VariableName);