mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
C#: Cleanup NugetPackages.cs.
This commit is contained in:
@@ -88,6 +88,9 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
public void MissingNuGet() =>
|
||||
LogError("Missing nuget.exe");
|
||||
|
||||
public void FoundNuGet(string path) =>
|
||||
LogInfo($"Found nuget.exe at {path}");
|
||||
|
||||
public void MissingDotNet() =>
|
||||
LogError("Missing dotnet CLI");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user