General issue: Is or can F# be supported?
ChatGPT search suggests that CodeQL operates at the IL level for dotnet code.
In that case, can static analysis of F# be done to mark any vulnerablilites?
Please advise.
Thanks
Hi @fwaris,
We do not support F#. For the complete list of supported languages see https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/.
@jketema thanks for clarifying.
Is there any capability to analyze .net IL (intermediate language)?
Note that languages like C# keep evolving and targeting language versions means continual updates to the tool.
IL is much more stable and should be easier to target and as bonus the tool can support mulitple dotnet languages.
Is there any capability to analyze .net IL (intermediate language)?
CodeQL does not have that capability.