From 7de476aeb06479afd393f88aac26d0b3303502b7 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Mon, 23 Feb 2026 15:09:04 +0100 Subject: [PATCH] C#: Add change note. --- .../ql/lib/change-notes/2026-02-23-partial-extraction-fix.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 csharp/ql/lib/change-notes/2026-02-23-partial-extraction-fix.md diff --git a/csharp/ql/lib/change-notes/2026-02-23-partial-extraction-fix.md b/csharp/ql/lib/change-notes/2026-02-23-partial-extraction-fix.md new file mode 100644 index 00000000000..fc7a9d1dfbf --- /dev/null +++ b/csharp/ql/lib/change-notes/2026-02-23-partial-extraction-fix.md @@ -0,0 +1,4 @@ +--- +category: fix +--- +* Fixed an issue where the body of a partial member could be extracted twice. When both a *defining* and an *implementing* declaration exist, only the *implementing* declaration is now extracted.