mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C#: Remove unneeded options from standalone extractor
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Semmle.Extraction.CSharp.Standalone
|
||||
dependencyManager = new DependencyManager(options.SrcDir, options.Dependencies, logger);
|
||||
References = dependencyManager.ReferenceFiles;
|
||||
Extraction = new Extraction(options.SrcDir);
|
||||
Extraction.Sources.AddRange(options.Dependencies.SolutionFile is null ? dependencyManager.AllSourceFiles : dependencyManager.ProjectSourceFiles);
|
||||
Extraction.Sources.AddRange(dependencyManager.AllSourceFiles);
|
||||
}
|
||||
|
||||
public IEnumerable<string> References { get; }
|
||||
|
||||
Reference in New Issue
Block a user