mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C#: Add output assembly to compilation
This commit is contained in:
@@ -7,11 +7,13 @@
|
||||
* csc f1.cs f2.cs f3.cs
|
||||
*
|
||||
* The `id` simply identifies the invocation, while `cwd` is the working
|
||||
* directory from which the compiler was invoked.
|
||||
* directory from which the compiler was invoked. The `assembly` identifies
|
||||
* the output assembly of the compilation.
|
||||
*/
|
||||
compilations(
|
||||
unique int id : @compilation,
|
||||
string cwd : string ref
|
||||
string cwd : string ref,
|
||||
int assembly: @assembly ref
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user