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