C#: Cleanup NugetPackages.cs.

This commit is contained in:
Michael Nebel
2023-08-28 15:02:02 +02:00
parent 6e4865ddd9
commit e19c7758ed
2 changed files with 12 additions and 15 deletions

View File

@@ -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");