Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8cdfb87

Browse files
committed
C#: Update change notes.
1 parent 3041756 commit 8cdfb87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

change-notes/1.19/analysis-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
## Changes to existing queries
1414

1515
| Inconsistent lock sequence (`cs/inconsistent-lock-sequence`) | More results | This query now finds inconsistent lock sequences globally across calls. |
16-
16+
| Local scope variable shadows member (`cs/local-shadows-member`) | Fewer results | Results have been removed where a constructor parameter shadows a member, because the parameter is probably used to initialise the member. |
1717
| *@name of query (Query ID)*| *Impact on results* | *How/why the query has changed* |
1818

1919

0 commit comments

Comments
 (0)