Skip to content

Commit 701e189

Browse files
committed
C#: Add change note
1 parent 1b769eb commit 701e189

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

change-notes/1.26/analysis-csharp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The following changes in version 1.26 affect C# analysis in all applications.
2121
* Partial method bodies are extracted. Previously, partial method bodies were skipped completely.
2222
* Inferring the lengths of implicitely sized arrays is fixed. Previously, multidimensional arrays were always extracted with the same length for
2323
each dimension. With the fix, the array sizes `2` and `1` are extracted for `new int[,]{{1},{2}}`. Previously `2` and `2` were extracted.
24+
* The extractor is now assembly-insensitive by default. This means that two entities with the same
25+
fully-qualified name are now mapped to the same entity in the resulting database, regardless of
26+
whether they belong to different assemblies. Assembly sensitivity can be reenabled by passing
27+
`--assemblysensitivetrap` to the extractor.
2428

2529
## Changes to libraries
2630

0 commit comments

Comments
 (0)