Skip to content

Commit cc898e9

Browse files
committed
C#: Add extractor option parameter for enabling CIL.
1 parent f5d43b8 commit cc898e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

csharp/codeql-extractor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ options:
3535
the code (for example if it uses inaccessible dependencies).
3636
type: string
3737
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

Comments
 (0)