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