C#: Analysis change notes

This commit is contained in:
Calum Grant
2020-02-10 11:36:30 +00:00
parent 5fef77bf44
commit a95ef31984

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.
* Implicitly typed `stackalloc` expressions are now extracted correctly.
## Changes to libraries