From cb91fbf06e22e7bf5af981efbf29f6e2e9673137 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Thu, 13 Feb 2025 09:54:31 +0100 Subject: [PATCH 1/2] C#: Update the documentation on supported C# language versions and frameworks. --- docs/codeql/reusables/supported-versions-compilers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/codeql/reusables/supported-versions-compilers.rst b/docs/codeql/reusables/supported-versions-compilers.rst index dc109f35301f..5384e35ac411 100644 --- a/docs/codeql/reusables/supported-versions-compilers.rst +++ b/docs/codeql/reusables/supported-versions-compilers.rst @@ -11,11 +11,11 @@ Microsoft extensions (up to VS 2022), Arm Compiler 5 [4]_","``.cpp``, ``.c++``, ``.cxx``, ``.hpp``, ``.hh``, ``.h++``, ``.hxx``, ``.c``, ``.cc``, ``.h``" - C#,C# up to 12,"Microsoft Visual Studio up to 2019 with .NET up to 4.8, + C#,C# up to 13,"Microsoft Visual Studio up to 2019 with .NET up to 4.8, .NET Core up to 3.1 - .NET 5, .NET 6, .NET 7, .NET 8","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``" + .NET 5, .NET 6, .NET 7, .NET 8, .NET 9","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``" Go (aka Golang), "Go up to 1.23", "Go 1.11 or more recent", ``.go`` Java,"Java 7 to 22 [5]_","javac (OpenJDK and Oracle JDK), From eea295a3e63e06487240dfb301de8a31b42d9a72 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Thu, 13 Feb 2025 10:38:06 +0100 Subject: [PATCH 2/2] C#: Add change-note. --- csharp/ql/lib/change-notes/2025-02-13-csharp13-dotnet9.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2025-02-13-csharp13-dotnet9.md diff --git a/csharp/ql/lib/change-notes/2025-02-13-csharp13-dotnet9.md b/csharp/ql/lib/change-notes/2025-02-13-csharp13-dotnet9.md new file mode 100644 index 000000000000..ec8c6c565adb --- /dev/null +++ b/csharp/ql/lib/change-notes/2025-02-13-csharp13-dotnet9.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* 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.