Brendan MacLean
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Brendan MacLean created a post, Incorrect warning in LINQ expression with Nullable
I just ran into another new ReSharper 5.1 warning, that I think is not correct:from result in _resultswhere result.AreaNormalized.HasValueselect result.AreaNormalized.ValueThe select statement is u... -
-
-
Brendan MacLean created a post, New warning in 5.1 "Type parameter 'T' hides class 'T'" confusing
Since updating to ReSharper 5.1, I have discovered quite a few new warnings in files that were previously clean. I have already downgraded to a suggestion the one that reports almost any foreach()...