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 84a78e7 commit 6266691Copy full SHA for 6266691
csharp/ql/integration-tests/all-platforms/cshtml_standalone/test.py
@@ -1,3 +1,6 @@
1
+import os
2
from create_database_utils import *
3
4
+
5
+os.environ['CODEQL_EXTRACTOR_CSHARP_STANDALONE_EXTRACT_WEB_VIEWS'] = 'true'
6
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
0 commit comments