From 02e4a8b6f72cf55416074c90b86e2e52fe22bf60 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Thu, 5 Feb 2026 15:52:43 +0100 Subject: [PATCH] C#: Add change-note. --- csharp/ql/lib/change-notes/2026-02-05-extension-types.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2026-02-05-extension-types.md diff --git a/csharp/ql/lib/change-notes/2026-02-05-extension-types.md b/csharp/ql/lib/change-notes/2026-02-05-extension-types.md new file mode 100644 index 00000000000..c3f1a21a5ed --- /dev/null +++ b/csharp/ql/lib/change-notes/2026-02-05-extension-types.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* C# 14: Added support for `extension` members in the extractor, QL library, data flow, and Models as Data, covering extension methods, properties, and operators.