We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214bdc1 commit b1e0332Copy full SHA for b1e0332
src/StructuredLogViewer/MainWindow.xaml.cs
@@ -718,7 +718,13 @@ private void AddNuGetNode(Build build)
718
Search for a specific version or version range:
719
$nuget project(.csproj) 13.0.3
720
721
-Use project(.) or project(.csproj) to search all projects (slow)." };
+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." };
728
nuget.AddChild(note);
729
build.AddChild(nuget);
730
}
0 commit comments