Skip to content

Commit 4b32ee7

Browse files
committed
C#: Add change note
1 parent 6752557 commit 4b32ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

change-notes/1.23/analysis-csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ The following changes in version 1.23 affect C# analysis in all applications.
2727
picture of the partial flow paths from a given source. The feature is
2828
disabled by default and can be enabled for individual configurations by
2929
overriding `int explorationLimit()`.
30+
* `foreach` statements where the body is guaranteed to be executed at least once, such as `foreach (var x in new string[]{ "a", "b", "c" }) { ... }`, are now recognized by all analyses based on the control flow graph (such as SSA, data flow and taint tracking).
3031

3132
## Changes to autobuilder

0 commit comments

Comments
 (0)