Skip to content

Commit a726aec

Browse files
committed
C#: Update change note based on review comment.
1 parent 944a9e6 commit a726aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
* The `--cil` flag that could be provided to the `codeql` CLI has been replaced by an extactor option. Furthermore, the extractor default is now set to do CIL extraction. To disable CIL extraction provide `-Ocil=false` to the CLI.
4+
* A new extractor option has been introduced for disabling CIL extraction. Either pass `-Ocil=false` to the `codeql` CLI or set the environment variable `CODEQL_EXTRACTOR_CSHARP_OPTION_CIL=false`.

0 commit comments

Comments
 (0)