Skip to content

Commit 9b56e83

Browse files
committed
C#: Set CIL extraction default to false.
1 parent 5442cdb commit 9b56e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction/Options.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public abstract class CommonOptions : ICommandLineOptions
2828
/// <summary>
2929
/// Holds if CIL should be extracted.
3030
/// </summary>
31-
public bool CIL { get; private set; } = true;
31+
public bool CIL { get; private set; } = false;
3232

3333
/// <summary>
3434
/// Holds if assemblies shouldn't be extracted twice.

0 commit comments

Comments
 (0)