C#: Analysis change notes

This commit is contained in:
Calum Grant
2019-12-27 11:58:04 +00:00
parent 3db900b183
commit 68f42a6f47

View File

@@ -13,6 +13,7 @@ The following changes in version 1.24 affect C# analysis in all applications.
| **Query** | **Expected impact** | **Change** |
|------------------------------|------------------------|-----------------------------------|
| Useless assignment to local variable (`cs/useless-assignment-to-local`) | Fewer false positive results | Results have been removed when the variable is named `_` in a `foreach` statement. |
## Removal of old queries