4 references to MacroConfig_Exception_MissingValueProperty
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
Macros\JoinMacroConfig.cs (1)
44
LocalizableStrings.
MacroConfig_Exception_MissingValueProperty
,
Macros\RegexMacroConfig.cs (2)
47
throw new TemplateAuthoringException(string.Format(LocalizableStrings.
MacroConfig_Exception_MissingValueProperty
, generatedSymbolConfig.VariableName, StepsPropertyName, StepsRegexPropertyName), generatedSymbolConfig.VariableName);
53
throw new TemplateAuthoringException(string.Format(LocalizableStrings.
MacroConfig_Exception_MissingValueProperty
, generatedSymbolConfig.VariableName, StepsPropertyName, StepsReplacementPropertyName), generatedSymbolConfig.VariableName);
Macros\SwitchMacroConfig.cs (1)
45
LocalizableStrings.
MacroConfig_Exception_MissingValueProperty
,