mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Fetch .NET in dependency manager instead of autobuilder
This commit is contained in:
@@ -268,7 +268,7 @@ namespace Semmle.Util
|
||||
catch // lgtm[cs/catch-of-all-exceptions]
|
||||
{
|
||||
// Failed to late-bind a suitable library.
|
||||
logger.Log(Severity.Warning, "Preserving symlinks in canonical paths");
|
||||
logger.LogWarning("Preserving symlinks in canonical paths");
|
||||
pathStrategy = new QueryDirectoryStrategy();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user