mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C#: Add output assembly to compilation
This commit is contained in:
@@ -58,7 +58,8 @@ namespace Semmle.Extraction.Entities
|
||||
}
|
||||
|
||||
private static readonly object outputAssemblyCacheKey = new object();
|
||||
public static Location CreateOutputAssembly(Context cx)
|
||||
|
||||
public static Assembly CreateOutputAssembly(Context cx)
|
||||
{
|
||||
if (cx.Extractor.OutputPath == null)
|
||||
throw new InternalError("Attempting to create the output assembly in standalone extraction mode");
|
||||
|
||||
Reference in New Issue
Block a user