mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01: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