3 references to GetChangeString
Microsoft.TemplateEngine.Cli (3)
TemplateInvoker.cs (3)
209Reporter.Output.WriteLine($" {GetChangeString(change.ChangeKind)}: {AdjustReportedPath(change.TargetRelativePath)}"); 279int longestChangeTextLength = destructiveChanges.Max(x => GetChangeString(x.ChangeKind).Length); 284Reporter.Error.WriteLine(($" {GetChangeString(change.ChangeKind)}".PadRight(padLen) + AdjustReportedPath(change.TargetRelativePath)).Bold().Red());