mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
C#: Fix quality issues
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Semmle.Extraction.CSharp.Entities
|
||||
{
|
||||
assembly = init!.MetadataModule!.ContainingAssembly;
|
||||
var identity = assembly.Identity;
|
||||
var idString = identity.Name + " " + identity.Version;
|
||||
var idString = $"{identity.Name} {identity.Version}";
|
||||
assemblyPath = cx.ExtractionContext.GetAssemblyFile(idString);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user