Skip to content

Commit dc27ee7

Browse files
committed
C#: Add change note
1 parent 859e696 commit dc27ee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

change-notes/1.24/analysis-csharp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ The following changes in version 1.24 affect C# analysis in all applications.
2727
## Changes to code extraction
2828

2929
* Tuple expressions, for example `(int,bool)` in `default((int,bool))` are now extracted correctly.
30-
* Expression nullability flow state is extracted.
30+
* Expression nullability flow state is extracted.
31+
* `stackalloc` array creations are now extracted, and they are represented by the class `Stackalloc`.
3132
* Implicitly typed `stackalloc` expressions are now extracted correctly.
3233

3334
## Changes to libraries

0 commit comments

Comments
 (0)