Josephe
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Josephe created a post, can resharper give a warning / error if object equality is not fully implemented
if you generate equality members for a type and later add a new property it is easy to forget to update equality members. Anyone aware of a way to get ReSharper (or anything) to complain? -
-
-
Josephe created a post, resharper shows c# 7 tuple syntax as error in vs 17
var (a,b) = GetTuple(); later in scope when using a or b will get "cannot resolve symbol" complaint but only when resharper is active. Using Resharper 2016.3.2