C#: Set CIL extraction default to false.

This commit is contained in:
Michael Nebel
2023-10-23 15:28:23 +02:00
parent 5442cdb49c
commit 9b56e83745

View File

@@ -28,7 +28,7 @@ namespace Semmle.Extraction
/// <summary>
/// Holds if CIL should be extracted.
/// </summary>
public bool CIL { get; private set; } = true;
public bool CIL { get; private set; } = false;
/// <summary>
/// Holds if assemblies shouldn't be extracted twice.