C#: Add output assembly to compilation

This commit is contained in:
Tamas Vajk
2021-01-08 09:35:57 +01:00
parent 7418c05594
commit 5cfa900828
10 changed files with 39 additions and 8 deletions

View File

@@ -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");