Skip to content

Commit 50584c8

Browse files
authored
Merge pull request github#18764 from michaelnebel/csharp/updatedocumentation
C#: Update the documentation on supported C# language versions and fr…
2 parents dd102c4 + eea295a commit 50584c8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Full support for C# 13 / .NET 9. All new language features are now supported by the extractor. QL library and data flow support for the new C# 13 language constructs and generated MaD models for the .NET 9 runtime.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
Microsoft extensions (up to VS 2022),
1212

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

1616
.NET Core up to 3.1
1717

18-
.NET 5, .NET 6, .NET 7, .NET 8","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
18+
.NET 5, .NET 6, .NET 7, .NET 8, .NET 9","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
1919
Go (aka Golang), "Go up to 1.23", "Go 1.11 or more recent", ``.go``
2020
Java,"Java 7 to 22 [5]_","javac (OpenJDK and Oracle JDK),
2121

0 commit comments

Comments
 (0)