File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 16
16
checklist for a CLI release, you can edit here. But then
17
17
you know what to do).
18
18
-->
19
+ ## Release 2.17.6 (2024-06-27)
20
+
21
+ ### New features
22
+
23
+ - Beta support is now available for analyzing C# codebases without needing a working build. To use
24
+ this, pass the ` --build-mode none ` option to ` codeql database create ` .
25
+
26
+ ### Improvements
27
+
28
+ - The ` --model-packs ` option is now publicly available. This option allows commands like ` codeql database analyze `
29
+ to accept a list of model packs that are used to augment the analysis of all queries involved in the analysis.
19
30
20
31
## Release 2.17.5 (2024-06-12)
21
32
335
346
336
347
- Fixed an issue where CodeQL would sometimes incorrectly report that no files
337
348
were scanned when running on Windows.
338
- This affected the human-readable summary produced by ` codeql database analyze `
349
+ This affected the human-readable summary produced by ` codeql database analyze `
339
350
and ` codeql database interpret-results ` , but did not impact the file coverage
340
351
information produced in the SARIF output and displayed on the tool status page.
341
352
- When analyzing Swift codebases, CodeQL build tracing will now ignore the
You can’t perform that action at this time.
0 commit comments