We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d43b8 commit cc898e9Copy full SHA for cc898e9
csharp/codeql-extractor.yml
@@ -35,3 +35,10 @@ options:
35
the code (for example if it uses inaccessible dependencies).
36
type: string
37
pattern: "^(false|true)$"
38
+ cil:
39
+ title: Whether to enable CIL extraction.
40
+ description: >
41
+ A value indicating, whether CIL extraction should be enabled.
42
+ The default is 'true'.
43
+ type: string
44
+ pattern: "^(false|true)$"
0 commit comments