From fd26958ee3d85bff3f8d566530162e9c44c58783 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..e8cd8ea24c0d --- /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 `not null`.