Ramesh Sringeri
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How to search for Value Assigned is not used in any execution path
AnsweredI am working with a large code base (mix of C# and VB.Net projects). The code analysis tool can search for "Value Assigned is not used" but it also identifies false positives like int i = 0; or D...