FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

C#: Set CIL extraction default to false. · github/codeql@9b56e83 · GitHub

/ codeql Public

Commit 9b56e83

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Back | FazBrowse Home | New Git URL