C#: Add change note

This commit is contained in:
Tom Hvitved
2020-02-05 13:17:17 +01:00
parent 859e6968c1
commit dc27ee7b9f

View File

@@ -27,7 +27,8 @@ The following changes in version 1.24 affect C# analysis in all applications.
## Changes to code extraction
* Tuple expressions, for example `(int,bool)` in `default((int,bool))` are now extracted correctly.
* Expression nullability flow state is extracted.
* Expression nullability flow state is extracted.
* `stackalloc` array creations are now extracted, and they are represented by the class `Stackalloc`.
* Implicitly typed `stackalloc` expressions are now extracted correctly.
## Changes to libraries