From d336e1dfb81090da12955b5920e3cb7b820d6d2a Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Fri, 3 Jan 2025 15:30:58 +0100 Subject: [PATCH] C#: Add change note. --- csharp/ql/lib/change-notes/2025-01-03-allow-ref-struct.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2025-01-03-allow-ref-struct.md diff --git a/csharp/ql/lib/change-notes/2025-01-03-allow-ref-struct.md b/csharp/ql/lib/change-notes/2025-01-03-allow-ref-struct.md new file mode 100644 index 000000000000..c9a7234fa202 --- /dev/null +++ b/csharp/ql/lib/change-notes/2025-01-03-allow-ref-struct.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* C# 13: Added extractor support and call dispatch logic (data flow) for the (negative) type parameter constraint `allows ref struct`. Added extractor support for the type parameter constraint `notnull`.