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 ef0e102 commit 9b2fd8dCopy full SHA for 9b2fd8d
csharp/extractor/Semmle.Extraction.CSharp.Standalone/DotNet.cs
@@ -20,6 +20,7 @@ private void Info()
20
{
21
try
22
23
+ // TODO: make sure the below `dotnet` version is matching the one specified in global.json
24
progressMonitor.RunningProcess("dotnet --info");
25
using var proc = Process.Start("dotnet", "--info");
26
proc.WaitForExit();
0 commit comments