Skip to content

Commit a0a2cde

Browse files
committed
C#: Update relase note to include example fragment on, how to invoke the extractor with the optional parameter.
1 parent 8312fc6 commit a0a2cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
category: minorAnalysis
33
---
4-
* The C# extractor now accepts an extractor option `trap.compression`, which is used to decide the compression format for TRAP files. The legal options are `brotli` (default), `gzip` or `none`.
5-
* The C# extractor no longer accepts `--no-brotli` or `--brotli` flags to switch between `gzip` and `brotli` as compression method for TRAP files.
4+
* The C# extractor now accepts an extractor option `trap.compression`, which is used to decide the compression format for TRAP files. The legal values are `brotli` (default), `gzip` or `none`.
5+
The option is added via `codeql database create --language=csharp -Otrap.compression=value ...`.

0 commit comments

Comments
 (0)