Home
ReSharper Support | JetBrains
Submit a request
Community
Sign in
Nathan Anderson
Follow
New posts
New posts and comments
Total activity
3
Last activity
May 14, 2018 20:34
Member since
May 14, 2018 20:32
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Nathan Anderson
commented,
May 14, 2018 20:34
I'm seeing the same thing. In my case, I have a nullable DateTimeOffset property in a class: if(something != null && something.nullableDateTimeOffset.HasValue) Resharper wants this: if(!(something?...
Community
ReSharper Community
Nullable merge sequential checks seems broken to me
0 votes