6 references to PostAction_ModifyJson_Error_ArgumentNotConfigured
Microsoft.TemplateEngine.Cli (3)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (3)
86
Reporter.Error.WriteLine(string.Format(LocalizableStrings.
PostAction_ModifyJson_Error_ArgumentNotConfigured
, JsonFileNameArgument));
278
Reporter.Error.WriteLine(string.Format(LocalizableStrings.
PostAction_ModifyJson_Error_ArgumentNotConfigured
, NewJsonPropertyNameArgument));
284
Reporter.Error.WriteLine(string.Format(LocalizableStrings.
PostAction_ModifyJson_Error_ArgumentNotConfigured
, NewJsonPropertyValueArgument));
Microsoft.TemplateEngine.Cli.UnitTests (3)
PostActionTests\AddJsonPropertyPostActionTests.cs (3)
535
errorReporter.Verify(r => r.WriteLine(string.Format(LocalizableStrings.
PostAction_ModifyJson_Error_ArgumentNotConfigured
, "jsonFileName")), Times.Once);
549
errorReporter.Verify(r => r.WriteLine(string.Format(LocalizableStrings.
PostAction_ModifyJson_Error_ArgumentNotConfigured
, "newJsonPropertyName")), Times.Once);
563
errorReporter.Verify(r => r.WriteLine(string.Format(LocalizableStrings.
PostAction_ModifyJson_Error_ArgumentNotConfigured
, "newJsonPropertyValue")), Times.Once);