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 bd5f531 commit 5337785Copy full SHA for 5337785
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.Collections.Concurrent;
3
using System.Collections.Generic;
4
using System.IO;
@@ -158,7 +158,6 @@ private void GenerateSourceFilesFromWebViews(List<FileInfo> allFiles)
158
{
159
progressMonitor.LogInfo($"Found {views.Length} cshtml and razor files.");
160
161
- // TODO: use SDK specified in global.json
162
var sdk = new Sdk(dotnet).GetNewestSdk();
163
if (sdk != null)
164
0 commit comments