You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: change-notes/1.24/analysis-csharp.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,13 @@ The following changes in version 1.24 affect C# analysis in all applications.
20
20
## Changes to code extraction
21
21
22
22
* Tuple expressions, for example `(int,bool)` in `default((int,bool))` are now extracted correctly.
23
+
* Expression nullability flow state is extracted.
23
24
24
25
## Changes to libraries
25
26
26
27
* The taint tracking library now tracks flow through (implicit or explicit) conversion operator calls.
27
28
*[Code contracts](https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/code-contracts) are now recognized, and are treated like any other assertion methods.
29
+
* Expression nullability flow state is given by the predicates `Expr.hasNotNullFlowState()` and `Expr.hasMaybeNullFlowState()`.
0 commit comments