C#: Add extractor option parameter for enabling CIL.

This commit is contained in:
Michael Nebel
2022-08-17 15:58:41 +02:00
parent f5d43b80ed
commit cc898e9b82

View File

@@ -35,3 +35,10 @@ options:
the code (for example if it uses inaccessible dependencies).
type: string
pattern: "^(false|true)$"
cil:
title: Whether to enable CIL extraction.
description: >
A value indicating, whether CIL extraction should be enabled.
The default is 'true'.
type: string
pattern: "^(false|true)$"