mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C#: Fix quality issues
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
|
||||
}
|
||||
else
|
||||
{
|
||||
logger.LogDebug("AssemblyLookupLocation: Path not found: " + path);
|
||||
logger.LogDebug($"AssemblyLookupLocation: Path not found: {path}");
|
||||
}
|
||||
return dllsToIndex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user