We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5442cdb commit 9b56e83Copy full SHA for 9b56e83
csharp/extractor/Semmle.Extraction/Options.cs
@@ -28,7 +28,7 @@ public abstract class CommonOptions : ICommandLineOptions
28
/// <summary>
29
/// Holds if CIL should be extracted.
30
/// </summary>
31
- public bool CIL { get; private set; } = true;
+ public bool CIL { get; private set; } = false;
32
33
34
/// Holds if assemblies shouldn't be extracted twice.
0 commit comments