C#: Add change note.

This commit is contained in:
Michael Nebel
2026-02-23 15:09:04 +01:00
parent a255b4f50f
commit 7de476aeb0

View File

@@ -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.