C#: Fix quality issues

This commit is contained in:
Tamas Vajk
2024-06-28 11:09:40 +02:00
parent 1cf5e89b96
commit 199a9688af
47 changed files with 79 additions and 85 deletions

View File

@@ -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;
}