roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

CodeQL supports C# 10 (GHES)

Open github-product-roadmap opened this issue 3 years ago • 0 comments

Summary

The CodeQL analysis engine for GitHub code scanning on GitHub Enterprise Server will be able to analyze projects written in C# 10.

Intended Outcome

Currently, CodeQL supports builds and standard language features up to C# 9. C# 10 has now been released publicly. Updating CodeQL support will allow customers who have adopted C# 10 to benefit from CodeQL's comprehensive security analysis.

How will it work?

If a project contains C# 10 code, or if C# has been configured as a language to be analyzed in the code scanning workflow, CodeQL will pick up code using C# 10 language features automatically. No further configuration changes are needed. As soon as the analysis is finished, the CodeQL results will then become visible to you in the "Security" tab and on pull requests. C# 10 support will also be available through the CodeQL CLI for use with local environments or third-party CI systems. Users of previous GitHub Enterprise Server versions can upgrade CodeQL independently.

github-product-roadmap avatar Feb 09 '22 18:02 github-product-roadmap