File tree Expand file tree Collapse file tree 15 files changed +18
-15
lines changed
cshtml_standalone_disabled
cshtml_standalone_flowsteps
standalone_dependencies_net48
linux-only/standalone_dependencies_non_utf8_filename
standalone_dependencies_multi_target
standalone_dependencies_no_framework
standalone_dependencies_nuget_config_error
standalone_dependencies_nuget_no_sources
standalone_dependencies_nuget
windows-only/standalone_dependencies Expand file tree Collapse file tree 15 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ extra_env_vars:
99build_modes :
1010 - autobuild
1111 - manual
12+ - none
1213github_api_languages :
1314 - C#
1415scc_languages :
@@ -33,8 +34,10 @@ options:
3334 type : string
3435 pattern : " ^(none|gzip|brotli)$"
3536 buildless :
36- title : Whether to use buildless (standalone) extraction.
37+ title : DEPRECATED - Whether to use buildless (standalone) extraction.
3738 description : >
39+ DEPRECATED: Use `--build-mode none` instead.
40+
3841 A value indicating, which type of extraction the autobuilder should perform.
3942 If 'true', then the standalone extractor will be used, otherwise tracing extraction
4043 will be performed.
Original file line number Diff line number Diff line change 11import os
22from create_database_utils import *
33
4- run_codeql_database_create (lang = "csharp" , extra_args = ["--extractor-option=buildless=true " ])
4+ run_codeql_database_create (lang = "csharp" , extra_args = ["--build-mode=none " ])
Original file line number Diff line number Diff line change 22from create_database_utils import *
33
44os .environ ['CODEQL_EXTRACTOR_CSHARP_BUILDLESS_EXTRACT_WEB_VIEWS' ] = 'false'
5- run_codeql_database_create (lang = "csharp" , extra_args = ["--extractor-option=buildless=true " ])
5+ run_codeql_database_create (lang = "csharp" , extra_args = ["--build-mode=none " ])
Original file line number Diff line number Diff line change 11import os
22from create_database_utils import *
33
4- run_codeql_database_create (lang = "csharp" , extra_args = ["--extractor-option=buildless=true " ])
4+ run_codeql_database_create (lang = "csharp" , extra_args = ["--build-mode=none " ])
Original file line number Diff line number Diff line change 11import os
22from create_database_utils import *
33
4- run_codeql_database_create (lang = "csharp" , extra_args = ["--extractor-option=buildless=true " ])
4+ run_codeql_database_create (lang = "csharp" , extra_args = ["--build-mode=none " ])
Original file line number Diff line number Diff line change 11from create_database_utils import *
22
3- run_codeql_database_create ([], lang = "csharp" , extra_args = ["--extractor-option=buildless=true " ])
3+ run_codeql_database_create ([], lang = "csharp" , extra_args = ["--build-mode=none " ])
Original file line number Diff line number Diff line change 11from create_database_utils import *
22
3- run_codeql_database_create ([], lang = "csharp" , extra_args = ["--extractor-option=buildless=true " ])
3+ run_codeql_database_create ([], lang = "csharp" , extra_args = ["--build-mode=none " ])
Original file line number Diff line number Diff line change 55with open (path , 'w' ) as file :
66 file .write ('class X { }\n ' )
77
8- run_codeql_database_create ([], lang = "csharp" , extra_args = ["--extractor-option=buildless=true " ])
8+ run_codeql_database_create ([], lang = "csharp" , extra_args = ["--build-mode=none " ])
Original file line number Diff line number Diff line change 11from create_database_utils import *
22
3- run_codeql_database_create ([], lang = "csharp" , extra_args = ["--extractor-option=buildless=true " ])
3+ run_codeql_database_create ([], lang = "csharp" , extra_args = ["--build-mode=none " ])
Original file line number Diff line number Diff line change 11from create_database_utils import *
22
3- run_codeql_database_create ([], lang = "csharp" , extra_args = ["--extractor-option=buildless=true " ])
3+ run_codeql_database_create ([], lang = "csharp" , extra_args = ["--build-mode=none " ])
You can’t perform that action at this time.
0 commit comments