Skip to content

Commit b0975bb

Browse files
committed
Update supported C#/.NET versions
1 parent 3cfd30e commit b0975bb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/codeql/support/reusables/versions-compilers.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
Microsoft extensions (up to VS 2019),
1212

1313
Arm Compiler 5 [2]_","``.cpp``, ``.c++``, ``.cxx``, ``.hpp``, ``.hh``, ``.h++``, ``.hxx``, ``.c``, ``.cc``, ``.h``"
14-
C#,C# up to 8.0,"Microsoft Visual Studio up to 2019 with .NET up to 4.8,
14+
C#,C# up to 9.0,"Microsoft Visual Studio up to 2019 with .NET up to 4.8,
1515

16-
.NET Core up to 3.1","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
16+
.NET Core up to 3.1
17+
18+
.NET 5","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
1719
Go (aka Golang), "Go up to 1.16", "Go 1.11 or more recent", ``.go``
1820
Java,"Java 7 to 15 [3]_","javac (OpenJDK and Oracle JDK),
1921

@@ -28,5 +30,5 @@
2830
.. [2] Support for the Arm Compiler (armcc) is preliminary.
2931
.. [3] Builds that execute on Java 7 to 15 can be analyzed. The analysis understands Java 15 standard language features.
3032
.. [4] ECJ is supported when the build invokes it via the Maven Compiler plugin or the Takari Lifecycle plugin.
31-
.. [5] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
32-
.. [6] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM.
33+
.. [5] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
34+
.. [6] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default for LGTM.

0 commit comments

Comments
 (0)