2 references to NewJsonPropertyNameArgument
Microsoft.TemplateEngine.Cli (2)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (2)
273
action.Args.TryGetValue(
NewJsonPropertyNameArgument
, out string? newJsonPropertyName);
278
Reporter.Error.WriteLine(string.Format(LocalizableStrings.PostAction_ModifyJson_Error_ArgumentNotConfigured,
NewJsonPropertyNameArgument
));