mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
C#: Fetch .NET in dependency manager instead of autobuilder
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Semmle.Extraction
|
||||
++Errors;
|
||||
if (Errors == maxErrors)
|
||||
{
|
||||
Logger.Log(Severity.Info, " Stopping logging after {0} errors", Errors);
|
||||
Logger.LogInfo(" Stopping logging after {0} errors", Errors);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -227,7 +227,7 @@ namespace Semmle.Extraction
|
||||
{
|
||||
// If this happened, it was probably because the same file was compiled multiple times.
|
||||
// In any case, this is not a fatal error.
|
||||
logger.Log(Severity.Warning, "Problem archiving " + dest + ": " + ex);
|
||||
logger.LogWarning("Problem archiving " + dest + ": " + ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user