Skip to content

Commit c5ddf61

Browse files
committed
C#: Address review comments (change description to use true/false instead of yes/no).
1 parent 8d9999a commit c5ddf61

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

csharp/codeql-extractor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ options:
3333
title: Whether to use buildless (standalone) extraction.
3434
description: >
3535
A value indicating, which type of extraction the autobuilder should perform.
36-
If 'yes', then the standalone extractor will be used, otherwise tracing extraction
36+
If 'true', then the standalone extractor will be used, otherwise tracing extraction
3737
will be performed.
38-
The default is 'no'.
38+
The default is 'false'.
39+
Note that buildless extraction will generally yield less accurate analysis results,
40+
and should only be used in cases where it is not possible to build
41+
the code (for example if it uses inaccessible dependencies).
3942
type: string
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 C# extractor now accepts an extractor option `buildless`, which is used to decide what type of extraction that should be performed. If `yes` 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).

0 commit comments

Comments
 (0)