Skip to content

Commit 938902d

Browse files
committed
C#: Include example fragment in the release note on, how to invoke the extractor with the optional parameter.
1 parent fc89888 commit 938902d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
category: minorAnalysis
33
---
4-
* The C# extractor now accepts an extractor option `buildless`, which is used to decide what type of extraction that should be performed. If `true` then buildless (standalone) extraction will be performed. Otherwise tracing extraction will be performed (default).
4+
* The C# extractor now accepts an extractor option `buildless`, which is used to decide what type of extraction that should be performed. If `true` then buildless (standalone) extraction will be performed. Otherwise tracing extraction will be performed (default).
5+
The option is added via `codeql database create --language=csharp -Obuildless=true ...`.

0 commit comments

Comments
 (0)