Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859e696 commit dc27ee7Copy full SHA for dc27ee7
1 file changed
change-notes/1.24/analysis-csharp.md
@@ -27,7 +27,8 @@ The following changes in version 1.24 affect C# analysis in all applications.
27
## Changes to code extraction
28
29
* Tuple expressions, for example `(int,bool)` in `default((int,bool))` are now extracted correctly.
30
-* Expression nullability flow state is extracted.
+* Expression nullability flow state is extracted.
31
+* `stackalloc` array creations are now extracted, and they are represented by the class `Stackalloc`.
32
* Implicitly typed `stackalloc` expressions are now extracted correctly.
33
34
## Changes to libraries
0 commit comments