3 references to RenderProjectList
SelectTests (3)
Program.cs (3)
852
sb.AppendLine(CultureInfo.InvariantCulture, $"→ {
RenderProjectList
(direct.Select(p => $"`{p}`").ToList(), "directly")}");
856
sb.AppendLine(CultureInfo.InvariantCulture, $"→ {
RenderProjectList
(graph.Select(MemberWithHops).ToList(), "via the project graph")}");
860
sb.AppendLine(CultureInfo.InvariantCulture, $"→ {
RenderProjectList
(other.Select(p => $"`{p}`").ToList(), other.Count == 1 ? "test" : "tests")}");