David Flamme
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Show hint/warning for unused variables of using declarations like for using statements
Look at the following code snippedpublic void Method (){ using var someUsingDeclarationVariable = new SomeDisposable(); using var _ = new SomeDisposable(); using (var someUsingStatementVariable = n...