Lukesch

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Lukesch created a post, CompletedNullable merge sequential checks seems broken to me
I have some code: public void Something(decimal? thing) { if (thing != null && thing.HasValue) { // something } // something else } Resharper (v2018.1) offers to "Me...