Files
codeql/csharp/ql/src/change-notes/released/0.8.3.md
2023-11-16 13:07:16 +00:00

342 B

0.8.3

Minor Analysis Improvements

  • CIL extraction is now disabled by default. It is still possible to turn on CIL extraction by setting the cil extractor option to true or by setting the environment variable $CODEQL_EXTRACTOR_CSHARP_OPTION_CIL to true. This is the first step towards sun-setting the CIL extractor entirely.