C#: Add change-note.

This commit is contained in:
Michael Nebel
2025-10-08 10:14:51 +02:00
parent eb84b1441a
commit cdfa58645a

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The extraction of location information for type parameters and tuples types has been optimized. Previously, location information was extracted multiple times for each type when it was declared across multiple files. Now, the extraction context is respected during the extraction phase, ensuring locations are only extracted within the appropriate context. This change should be transparent to end-users but may improve extraction performance in some cases.