Skip to content

Commit e4853d0

Browse files
authored
Merge pull request #10086 from michaelnebel/csharp/cil
C#: CIL Extractor option.
2 parents 787234c + a726aec commit e4853d0

File tree

18 files changed

+8306
-48
lines changed

18 files changed

+8306
-48
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)