2 references to PostAction_ModifyJson_Error_ParentPropertyPathInvalid
Microsoft.TemplateEngine.Cli (1)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (1)
170Reporter.Error.WriteLine(string.Format(LocalizableStrings.PostAction_ModifyJson_Error_ParentPropertyPathInvalid, propertyPath));
Microsoft.TemplateEngine.Cli.UnitTests (1)
PostActionTests\AddJsonPropertyPostActionTests.cs (1)
63mockReporter.Verify(r => r.WriteLine(string.Format(LocalizableStrings.PostAction_ModifyJson_Error_ParentPropertyPathInvalid, parentPropertyPath)), Times.Once);