Skip to content

Commit b1e0332

Browse files
committed
Add help for NuGet
1 parent 214bdc1 commit b1e0332

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/StructuredLogViewer/MainWindow.xaml.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,13 @@ private void AddNuGetNode(Build build)
718718
Search for a specific version or version range:
719719
$nuget project(.csproj) 13.0.3
720720
721-
Use project(.) or project(.csproj) to search all projects (slow)." };
721+
Use project(.) or project(.csproj) to search all projects (slow).
722+
723+
Right-click the NuGet node above and click NuGet Graph to view the NuGet dependency graph
724+
for the entire build.
725+
726+
Right-click a project or evaluation and click NuGet Graph to view the NuGet graph for
727+
that project." };
722728
nuget.AddChild(note);
723729
build.AddChild(nuget);
724730
}

0 commit comments

Comments
 (0)