Sergio Garcia

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Sergio Garcia created a post, Resharper don't consider null check of String.IsNullOrWhiteSpace
Resharper doesn't correct handle the String.IsNullOrWhiteSpace check for a string.The code abodestring line = this._reader.ReadLine(); if (String.IsNullOrWhiteSpace(line)) { break; } var spli...