2 references to NewJsonPropertyValueArgument
Microsoft.TemplateEngine.Cli (2)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (2)
274
action.Args.TryGetValue(
NewJsonPropertyValueArgument
, out string? newJsonPropertyValue);
284
Reporter.Error.WriteLine(string.Format(LocalizableStrings.PostAction_ModifyJson_Error_ArgumentNotConfigured,
NewJsonPropertyValueArgument
));